Skip to content

Commit 9d64676

Browse files
gitcoder89431claude
andcommitted
Add crates.io metadata for publishing
- Add description, license, repository, homepage to both crates - Required for crates.io publication compliance - Ready to publish ruixen and agentic-core 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 05f4eda commit 9d64676

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

crates/agentic-core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "agentic-core"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Core AI orchestration library for Ruixen - the collaborative AI agent framework"
6+
license = "MIT"
7+
repository = "https://github.com/gitcoder89431/agentic"
8+
homepage = "https://github.com/gitcoder89431/agentic"
59

610
[dependencies]
711
serde = { workspace = true }

crates/agentic-tui/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
name = "ruixen"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Ruixen - The collaborative AI agent you work WITH, not at. Transform questions into profound insights through thoughtful query refinement and synthesis."
6+
license = "MIT"
7+
repository = "https://github.com/gitcoder89431/agentic"
8+
homepage = "https://github.com/gitcoder89431/agentic"
59

610
[[bin]]
711
name = "ruixen"
812
path = "src/main.rs"
913

1014
[dependencies]
11-
agentic-core = { path = "../agentic-core" }
15+
agentic-core = { path = "../agentic-core", version = "0.1.0" }
1216
anyhow = { workspace = true }
1317
crossterm = { workspace = true }
1418
ratatui = { workspace = true }

0 commit comments

Comments
 (0)