swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/ra-mcp-domain/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra-mcp-domain/src/lib.rs')
-rw-r--r--crates/ra-mcp-domain/src/lib.rs5
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;