diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-23 23:15:03 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-23 23:15:03 +0800 |
| commit | ccab1940c019dfbfb7dfcbbe4cb927258933755f (patch) | |
| tree | 5d41a1c1346b5f08a8c389a2c630452ed2fafe4b /mingling | |
| parent | 93612c50a57d55d0abb56071a8cf604a1458ae2f (diff) | |
Re-export `mingling_core::setup::*` from `setup` module
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
