Skip to content

Commit 9c8b991

Browse files
committed
fix: replace unsupported 'tutorial' category with 'rust-patterns' for crates.io
1 parent b608dcb commit 9c8b991

File tree

5 files changed

+2991
-1
lines changed

5 files changed

+2991
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://rustsandbox.github.io/MCP-Development-with-Rust/"
1010
homepage = "https://rustsandbox.github.io/MCP-Development-with-Rust/"
1111
readme = "README.md"
1212
keywords = ["mcp", "protocol", "examples", "tutorial", "education"]
13-
categories = ["development-tools", "tutorial", "network-programming"]
13+
categories = ["development-tools", "network-programming", "rust-patterns"]
1414
exclude = [".github/", "scripts/", "test-deployment.md", ".actrc", ".gitignore"]
1515

1616
[[bin]]

0 commit comments

Comments
 (0)