From cf0a25af1d2834bfe6c5ea892ce5769936e5a673 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 3 Feb 2026 22:01:29 +0000 Subject: Add makima chain mechanism --- makima/src/daemon/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'makima/src/daemon/mod.rs') diff --git a/makima/src/daemon/mod.rs b/makima/src/daemon/mod.rs index f5793d6..62da20e 100644 --- a/makima/src/daemon/mod.rs +++ b/makima/src/daemon/mod.rs @@ -8,6 +8,7 @@ //! - `makima view` - Interactive TUI browser for tasks, contracts, and files pub mod api; +pub mod chain; pub mod cli; pub mod config; pub mod db; -- cgit v1.2.3