swarm repositories / source
summaryrefslogtreecommitdiff
path: root/crates/ra-mcp-domain/src/lib.rs
blob: 90285f07f77ca8a8359ee0906ae5ea13d34b2455 (plain)
1
2
3
4
5
//! Domain model for the Adequate Rust MCP server.

pub mod fault;
pub mod lifecycle;
pub mod types;