Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resolver = "2"
[workspace.package]
version = "1.0.0"
edition = "2021"
authors = ["Interchouette <contact@interchouette.net>"]
description = "HTTP API for Casper CEP-18, CEP-78, CEP-85, and CEP-95 (optional local or KMS signing)."
readme = "README.md"
homepage = "https://github.com/Interchouette-ITC/ceps-rust-api"
Expand Down
1 change: 1 addition & 0 deletions crates/ceps-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ceps-rust-api"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
readme.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions mcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ceps-rust-api-mcp"
version = "1.0.0"
edition = "2021"
authors = ["Interchouette <contact@interchouette.net>"]
rust-version = "1.85"
license = "MIT"
description = "MCP server for ceps-rust-api (stdio + Streamable HTTP)"
Expand Down
Loading