mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
18 lines
548 B
TOML
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"] }
|