-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (30 loc) · 1.22 KB
/
Copy pathCargo.toml
File metadata and controls
33 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[workspace]
members = ["openaide-rs/app-server", "openaide-rs/app-server-protocol"]
resolver = "2"
[workspace.package]
edition = "2021"
license = "AGPL-3.0-only"
publish = false
[workspace.dependencies]
openaide-app-server-protocol = { path = "openaide-rs/app-server-protocol" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
regex = "1.12"
shell-words = "1.1"
thiserror = "2.0"
uuid = { version = "1.18", features = ["v4", "serde"] }
tempfile = "3.23"
agent-client-protocol = { git = "https://github.com/OldKrab/rust-sdk", rev = "fca6e7168b79961bd12464761f23f0054a8772b8", features = ["unstable"] }
agent-client-protocol-schema = { version = "1.7.0", features = ["unstable_subagents"] }
tokio = { version = "1.48", features = ["macros", "rt-multi-thread", "sync", "time"] }
fs2 = "0.4"
base64 = "0.23"
ignore = "0.4.27"
notify = "8.2.0"
nucleo-matcher = "0.3.1"
zstd = "0.13"
# ACP Subagent Sessions are still an unreleased draft. Keep the exact reviewed
# PR #1992 commit here so the temporary contract cannot move underneath builds.
[patch.crates-io]
agent-client-protocol-schema = { git = "https://github.com/agentclientprotocol/agent-client-protocol", rev = "2fc02e6105baf2a27cc3981a4f46a851fd946d69" }