File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22name = " sacp-acp-client"
33version = " 0.1.0"
44edition = " 2024"
5+ description = " ACP client utilities for SACP"
6+ license = " MIT OR Apache-2.0"
57
68[dependencies ]
79extension-trait = " 1.0.2"
Original file line number Diff line number Diff line change 22name = " sacp-test"
33version = " 1.0.0"
44edition = " 2024"
5+ description = " Test utilities and mock implementations for SACP"
6+ license = " MIT OR Apache-2.0"
57
68[[bin ]]
79name = " mcp-echo-server"
810path = " src/bin/mcp_echo_server.rs"
911
1012[dependencies ]
11- sacp = { path = " ../sacp" }
12- yopo = { path = " ../yopo" }
13+ sacp = { version = " 1.1.1 " , path = " ../sacp" }
14+ yopo = { version = " 1.2.1 " , path = " ../yopo" }
1315rmcp = { workspace = true , features = [" server" ] }
1416schemars.workspace = true
1517
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories = ["development-tools"]
1010
1111[dependencies ]
1212agent-client-protocol-schema.workspace = true
13- sacp-derive = { path = " ../sacp-derive" }
13+ sacp-derive = { version = " 2.0.0 " , path = " ../sacp-derive" }
1414anyhow.workspace = true
1515boxfnonce.workspace = true
1616futures.workspace = true
You can’t perform that action at this time.
0 commit comments