We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdbddb commit bb1fb98Copy full SHA for bb1fb98
1 file changed
Cargo.toml
@@ -2,13 +2,15 @@
2
members = [
3
"src/agent-client-protocol",
4
"src/agent-client-protocol-conductor",
5
- "src/agent-client-protocol-cookbook",
6
"src/agent-client-protocol-derive",
7
"src/agent-client-protocol-polyfill",
8
"src/agent-client-protocol-rmcp",
9
"src/agent-client-protocol-test",
10
"src/agent-client-protocol-trace-viewer",
11
"src/yopo",
+ # Keep cookbook last: release-plz currently ignores versioned
12
+ # dev-dependency edges, but cargo publish still validates them.
13
+ "src/agent-client-protocol-cookbook",
14
]
15
resolver = "3"
16
0 commit comments