mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-21 02:04:37 +00:00
acp spec (#155)
This commit is contained in:
parent
70287ec471
commit
e72eb9f611
264 changed files with 18559 additions and 51021 deletions
|
|
@ -15,7 +15,6 @@ path = "src/main.rs"
|
|||
sandbox-agent-error.workspace = true
|
||||
sandbox-agent-agent-management.workspace = true
|
||||
sandbox-agent-agent-credentials.workspace = true
|
||||
sandbox-agent-universal-agent-schema.workspace = true
|
||||
thiserror.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
@ -26,7 +25,7 @@ reqwest.workspace = true
|
|||
dirs.workspace = true
|
||||
time.workspace = true
|
||||
chrono.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio = { workspace = true, features = ["process", "io-util", "sync"] }
|
||||
tokio-stream.workspace = true
|
||||
tower-http.workspace = true
|
||||
utoipa.workspace = true
|
||||
|
|
@ -52,6 +51,7 @@ http-body-util.workspace = true
|
|||
insta.workspace = true
|
||||
tower.workspace = true
|
||||
tempfile.workspace = true
|
||||
serial_test = "3.2"
|
||||
|
||||
[features]
|
||||
test-utils = ["tempfile"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue