mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 19:05:18 +00:00
23 lines
587 B
TOML
23 lines
587 B
TOML
[package]
|
|
name = "sandbox-agent-agent-management"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
sandbox-agent-agent-credentials.workspace = true
|
|
sandbox-agent-extracted-agent-schemas.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
|