1
0
mirror of https://github.com/playit-cloud/playit-agent.git synced 2025-02-24 04:45:14 +00:00
playit-agent/Cargo.toml
2022-08-09 15:45:25 -07:00

10 lines
147 B
TOML

[workspace]
members = [
"packages/agent_cli",
"packages/agent_core",
"packages/agent_common",
]
[profile.release]
strip = "debuginfo"