diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-18 06:12:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-18 06:12:31 +0800 |
| commit | 8d79bf3a2eceafc2316f3eb78140995cbaf072f1 (patch) | |
| tree | 742688e97b4ab0081dd0792fcefd355187c8669b /mingling/src/setups.rs | |
| parent | 92127d6c2929057eb909427b96d4ff4abd566dd0 (diff) | |
feat(setups): add picker module with flag-based program setup
Diffstat (limited to 'mingling/src/setups.rs')
| -rw-r--r-- | mingling/src/setups.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling/src/setups.rs b/mingling/src/setups.rs index e572cf5..a1290ff 100644 --- a/mingling/src/setups.rs +++ b/mingling/src/setups.rs @@ -7,6 +7,9 @@ pub use dirs::*; mod exit_code; pub use exit_code::*; +#[cfg(feature = "picker")] +pub mod picker; + #[cfg(feature = "structural_renderer")] mod structural_renderer; |
