swarm repositories / source
summaryrefslogtreecommitdiff
path: root/crates/ra-mcp-domain/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 15:49:41 -0400
committermain <main@swarm.moe>2026-03-19 15:49:41 -0400
commitfa1bd32800b65aab31ea732dd240261b4047522c (patch)
tree2fd08af6f36b8beb3c7c941990becc1a0a091d62 /crates/ra-mcp-domain/Cargo.toml
downloadadequate-rust-mcp-310b00d40db7639654bdc1d416ae222de481e8fc.zip
Release adequate-rust-mcp 1.0.0v1.0.0
Diffstat (limited to 'crates/ra-mcp-domain/Cargo.toml')
-rw-r--r--crates/ra-mcp-domain/Cargo.toml21
1 files changed, 21 insertions, 0 deletions
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