From 87044a747b47bd83249d61a45842c7f7b2eae56d Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 11 Jan 2026 05:52:14 +0000 Subject: Contract system --- makima/daemon/src/ws/mod.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 makima/daemon/src/ws/mod.rs (limited to 'makima/daemon/src/ws/mod.rs') diff --git a/makima/daemon/src/ws/mod.rs b/makima/daemon/src/ws/mod.rs deleted file mode 100644 index 5a0e9d1..0000000 --- a/makima/daemon/src/ws/mod.rs +++ /dev/null @@ -1,7 +0,0 @@ -//! WebSocket client and protocol types for daemon-server communication. - -pub mod client; -pub mod protocol; - -pub use client::{ConnectionState, WsClient}; -pub use protocol::{BranchInfo, DaemonCommand, DaemonMessage}; -- cgit v1.2.3