We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55317ba + 75f5b68 commit dd66fdeCopy full SHA for dd66fde
1 file changed
Cargo.toml
@@ -28,13 +28,13 @@ agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
28
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.0" }
29
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
30
31
+# Protocol
32
+agent-client-protocol-schema = { version = "=0.13.0", features = ["tracing"] }
33
+
34
# Core async runtime
35
tokio = { version = "1.52", features = ["full"] }
36
tokio-util = { version = "0.7", features = ["compat"] }
37
-# Protocol
-agent-client-protocol-schema = { version = "=0.13.0", features = ["tracing"] }
-
38
# Serialization
39
serde = { version = "1.0", features = ["derive", "rc"] }
40
serde_json = { version = "1", features = ["raw_value"] }
0 commit comments