6 lines
116 B
Rust
6 lines
116 B
Rust
//! Wire types and config schema shared between the xy daemon and CLI.
|
|
|
|
pub mod state;
|
|
|
|
pub use state::ServerState;
|