File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ members = [
1313]
1414resolver = " 3"
1515
16+ [workspace .dependencies ]
17+ agent-client-protocol-schema = { path = " agent-client-protocol-schema" , version = " 0.13.8" }
18+
1619[workspace .lints .rust ]
1720future_incompatible = { level = " warn" , priority = -1 }
1821let-underscore = " warn"
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name = "schema-generator"
33version = " 0.0.0"
44edition = " 2024"
55publish = false
6+ license = " Apache-2.0"
7+ description = " Internal generator for Agent Client Protocol JSON Schema artifacts"
8+ repository = " https://github.com/agentclientprotocol/agent-client-protocol"
69
710[lints ]
811workspace = true
@@ -16,7 +19,7 @@ unstable_protocol_v2 = ["agent-client-protocol-schema/unstable_protocol_v2"]
1619unstable_cancel_request = [" agent-client-protocol-schema/unstable_cancel_request" ]
1720
1821[dependencies ]
19- agent-client-protocol-schema = { path = " ../agent-client-protocol-schema " }
22+ agent-client-protocol-schema = { workspace = true }
2023schemars = " 1"
2124serde = { version = " 1" , features = [" derive" ] }
2225serde_json = { version = " 1" , features = [" preserve_order" ] }
You can’t perform that action at this time.
0 commit comments