Skip to content

Commit 3c4095b

Browse files
authored
chore: Reorganize files for releases (#21)
More fixes to cleanup warnings from cargo
1 parent 4897b16 commit 3c4095b

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
File renamed without changes.

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"]

src/agent-client-protocol/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

src/sacp-tee/CHANGELOG.md

Whitespace-only changes.

0 commit comments

Comments
 (0)