mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 21:03:26 +00:00
20 lines
611 B
TOML
20 lines
611 B
TOML
[package]
|
|
name = "sandbox-agent-agent-management"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
sandbox-agent-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"] }
|