Skip to content

Commit 3e99bee

Browse files
committed
Trim unused deps
1 parent 332b468 commit 3e99bee

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/agent-client-protocol-conductor/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ test-support = []
2121
agent-client-protocol.workspace = true
2222
agent-client-protocol-trace-viewer.workspace = true
2323
anyhow.workspace = true
24-
async-stream.workspace = true
25-
axum.workspace = true
2624
chrono.workspace = true
2725
clap.workspace = true
2826
futures.workspace = true
@@ -31,7 +29,6 @@ rustc-hash.workspace = true
3129
serde.workspace = true
3230
serde_json.workspace = true
3331
strip-ansi-escapes.workspace = true
34-
thiserror.workspace = true
3532
tokio.workspace = true
3633
tokio-util.workspace = true
3734
tracing.workspace = true

src/agent-client-protocol-polyfill/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ categories = ["development-tools"]
1212

1313
[dependencies]
1414
agent-client-protocol = { workspace = true, features = ["unstable_mcp_over_acp"] }
15-
agent-client-protocol-schema.workspace = true
1615
anyhow.workspace = true
1716
async-stream.workspace = true
1817
axum.workspace = true
1918
futures.workspace = true
2019
futures-concurrency.workspace = true
2120
rustc-hash.workspace = true
22-
serde.workspace = true
2321
serde_json.workspace = true
2422
thiserror = "2.0"
2523
tokio.workspace = true

0 commit comments

Comments
 (0)