feat(protocol): ServerState enum

This commit is contained in:
2026-05-25 11:21:43 +02:00
parent 1b76378b37
commit 0e49834c93
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
//! Wire types and config schema shared between the xy daemon and CLI.
pub mod state;
pub use state::ServerState;