From f2a946fad67161b65d09ce26bee6604d38b8c42f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 14 Feb 2026 12:55:50 +0900 Subject: implement about command --- crates/mozart/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/src/lib.rs') diff --git a/crates/mozart/src/lib.rs b/crates/mozart/src/lib.rs index 82b6da3..7a110c5 100644 --- a/crates/mozart/src/lib.rs +++ b/crates/mozart/src/lib.rs @@ -1 +1,2 @@ pub mod commands; +pub mod console; -- cgit v1.3.1