mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-10 00:02:37 +02:00
6 lines
115 B
Rust
6 lines
115 B
Rust
|
|
//! Vestige MCP Server Library
|
||
|
|
//!
|
||
|
|
//! Shared modules accessible to all binaries in the crate.
|
||
|
|
|
||
|
|
pub mod dashboard;
|