From fa1bd32800b65aab31ea732dd240261b4047522c Mon Sep 17 00:00:00 2001 From: main Date: Thu, 19 Mar 2026 15:49:41 -0400 Subject: Release adequate-rust-mcp 1.0.0 --- crates/ra-mcp-domain/Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 crates/ra-mcp-domain/Cargo.toml (limited to 'crates/ra-mcp-domain/Cargo.toml') diff --git a/crates/ra-mcp-domain/Cargo.toml b/crates/ra-mcp-domain/Cargo.toml new file mode 100644 index 0000000..eca022e --- /dev/null +++ b/crates/ra-mcp-domain/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "ra-mcp-domain" +categories.workspace = true +description = "Typed lifecycle, request, and fault algebra for the adequate-rust-mcp stack." +edition.workspace = true +keywords.workspace = true +license.workspace = true +readme.workspace = true +repository.workspace = true +rust-version.workspace = true +version.workspace = true + +[dependencies] +serde.workspace = true +thiserror.workspace = true + +[dev-dependencies] +assert_matches.workspace = true + +[lints] +workspace = true -- cgit v1.2.3