mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2026-07-03 18:38:37 +00:00
10 lines
146 B
TOML
10 lines
146 B
TOML
[workspace]
|
|
members = [
|
|
"packages/agent_cli",
|
|
"packages/agent_core",
|
|
"packages/agent_proto",
|
|
]
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|