From 1eb5306fe6e0e09970b37d267051589d8133a824 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Apr 2026 18:29:57 +0800 Subject: Implement basic command completion with shell support --- mingling_core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mingling_core/src/lib.rs') diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index dacc1b4..b4124a9 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -55,3 +55,5 @@ pub mod build { #[cfg(feature = "comp")] pub use crate::builds::comp::*; } + +pub mod debug; -- cgit