From ccab1940c019dfbfb7dfcbbe4cb927258933755f Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 23 May 2026 23:15:03 +0800 Subject: Re-export `mingling_core::setup::*` from `setup` module --- mingling/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index a8579d4..4c11b7c 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -192,6 +192,7 @@ mod setups; /// Setups provided by Mingling, which can extend command-line programs. pub mod setup { pub use crate::setups::*; + pub use mingling_core::setup::*; } /// Mutable global resources provided within Mingling -- cgit