Skip to content

Commit b4eb7c7

Browse files
committed
Publish crate
1 parent ec0c5e5 commit b4eb7c7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
[package]
22
name = "agentic-coding-protocol"
3-
version = "0.0.1"
3+
authors = ["Zed <hi@zed.dev>"]
4+
version = "0.0.4"
45
edition = "2024"
56
license = "MIT"
7+
description = "A protocol for standardizing communication between code editors and AI coding agents"
8+
repository = "https://github.com/zed-industries/agentic-coding-protocol"
9+
homepage = "https://github.com/zed-industries/agentic-coding-protocol"
10+
documentation = "https://docs.rs/agentic-coding-protocol"
11+
readme = "README.md"
12+
keywords = ["agentic", "coding", "protocol", "ai", "editor"]
13+
categories = ["development-tools", "api-bindings"]
614

715
[lib]
816
path = "rust/acp.rs"

0 commit comments

Comments
 (0)