sandbox-agent/engine/packages/agent-management/Cargo.toml
2026-01-25 01:56:03 -08:00

18 lines
548 B
TOML

[package]
name = "sandbox-daemon-agent-management"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sandbox-daemon-agent-credentials = { path = "../agent-credentials" }
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] }
flate2 = "1.0"
tar = "0.4"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
url = "2.5"
dirs = "5.0"
tempfile = "3.10"
time = { version = "0.3", features = ["parsing", "formatting"] }