Skip to content

Commit 4897b16

Browse files
authored
chore: fix readme and license paths for publishing (#20)
1 parent f93c9e8 commit 4897b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agent-client-protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description = "A protocol for standardizing communication between code editors a
88
repository = "https://github.com/agentclientprotocol/rust-sdk"
99
homepage = "https://github.com/agentclientprotocol/rust-sdk"
1010
documentation = "https://docs.rs/agent-client-protocol"
11-
readme = "README.md"
11+
readme = "../../README.md"
1212
keywords = ["agent", "client", "protocol", "ai", "editor"]
1313
categories = ["development-tools", "api-bindings"]
14-
include = ["/src/**/*.rs", "/README.md", "/LICENSE", "/Cargo.toml"]
14+
include = ["/src/**/*.rs", "../../README.md", "../../LICENSE", "/Cargo.toml"]
1515

1616
[features]
1717
unstable = ["agent-client-protocol-schema/unstable"]

0 commit comments

Comments
 (0)