Files
xy/crates/xy-protocol/src/lib.rs
T

6 lines
116 B
Rust

//! Wire types and config schema shared between the xy daemon and CLI.
pub mod state;
pub use state::ServerState;