sandbox-agent/server/packages/agent-management/Cargo.toml
2026-01-26 00:13:17 -08:00

20 lines
475 B
TOML

[package]
name = "sandbox-agent-agent-management"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
sandbox-agent-agent-credentials.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
reqwest.workspace = true
flate2.workspace = true
tar.workspace = true
zip.workspace = true
url.workspace = true
dirs.workspace = true
tempfile.workspace = true
time.workspace = true