Skip to content

Commit ae758d0

Browse files
committed
Add back generate script
1 parent aed1796 commit ae758d0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ unstable = []
2020
path = "rust/acp.rs"
2121
doctest = false
2222

23+
[[bin]]
24+
name = "generate"
25+
path = "rust/bin/generate.rs"
26+
2327
[dependencies]
2428
anyhow = "1"
2529
schemars = { version = "1" }

rust/bin/generate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use agent_client_protocol::{
1+
use agent_client_protocol_schema::{
22
AGENT_METHOD_NAMES, AgentNotification, AgentRequest, AgentResponse, CLIENT_METHOD_NAMES,
33
ClientNotification, ClientRequest, ClientResponse, VERSION,
44
};

0 commit comments

Comments
 (0)