From 87e6e8886e495336cc6d9a1100728cdb1b87b3f2 Mon Sep 17 00:00:00 2001 From: Interchouette <484423+Interchouette@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:37:38 +0200 Subject: [PATCH] chore: set crate authors to Interchouette --- Cargo.toml | 1 + crates/ceps-api/Cargo.toml | 1 + mcp/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ce73d68..7b1b4ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ resolver = "2" [workspace.package] version = "1.0.0" edition = "2021" +authors = ["Interchouette "] 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" diff --git a/crates/ceps-api/Cargo.toml b/crates/ceps-api/Cargo.toml index 6724576..3ae1ca4 100644 --- a/crates/ceps-api/Cargo.toml +++ b/crates/ceps-api/Cargo.toml @@ -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 diff --git a/mcp/Cargo.toml b/mcp/Cargo.toml index c3a6475..394f376 100644 --- a/mcp/Cargo.toml +++ b/mcp/Cargo.toml @@ -2,6 +2,7 @@ name = "ceps-rust-api-mcp" version = "1.0.0" edition = "2021" +authors = ["Interchouette "] rust-version = "1.85" license = "MIT" description = "MCP server for ceps-rust-api (stdio + Streamable HTTP)"