diff options
| author | main <main@swarm.moe> | 2026-03-19 15:49:41 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 15:49:41 -0400 |
| commit | fa1bd32800b65aab31ea732dd240261b4047522c (patch) | |
| tree | 2fd08af6f36b8beb3c7c941990becc1a0a091d62 /crates/ra-mcp-domain/Cargo.toml | |
| download | adequate-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.toml | 21 |
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 |