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/src/lib.rs | |
| download | adequate-rust-mcp-fa1bd32800b65aab31ea732dd240261b4047522c.zip | |
Release adequate-rust-mcp 1.0.0v1.0.0
Diffstat (limited to 'crates/ra-mcp-domain/src/lib.rs')
| -rw-r--r-- | crates/ra-mcp-domain/src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/ra-mcp-domain/src/lib.rs b/crates/ra-mcp-domain/src/lib.rs new file mode 100644 index 0000000..90285f0 --- /dev/null +++ b/crates/ra-mcp-domain/src/lib.rs @@ -0,0 +1,5 @@ +//! Domain model for the Adequate Rust MCP server. + +pub mod fault; +pub mod lifecycle; +pub mod types; |