mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2026-07-06 12:51:17 +00:00
13 lines
191 B
TOML
13 lines
191 B
TOML
[workspace]
|
|
members = [
|
|
"packages/agent_cli",
|
|
"packages/agent_core",
|
|
"packages/agent_proto",
|
|
]
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|