mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2026-07-02 03:22:28 +00:00
30 lines
601 B
TOML
30 lines
601 B
TOML
[workspace]
|
|
members = [
|
|
"packages/agent_cli",
|
|
"packages/agent_core",
|
|
"packages/agent_proto",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.15.11"
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1.32", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
rand = "0.8.5"
|
|
hex = "0.4.3"
|
|
toml = "0.8.2"
|
|
uuid = { version = "1.4", features = ["serde"] }
|
|
byteorder = "1.4.3"
|
|
async-trait = "0.1"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|