diff options
Diffstat (limited to 'mingling/src/constants.rs')
| -rw-r--r-- | mingling/src/constants.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mingling/src/constants.rs b/mingling/src/constants.rs new file mode 100644 index 0000000..75f1c73 --- /dev/null +++ b/mingling/src/constants.rs @@ -0,0 +1,11 @@ +#[cfg(feature = "picker")] +mod picker; + +#[cfg(feature = "picker")] +pub use picker::*; + +#[cfg(feature = "picker")] +pub use arg_picker::consts::*; + +mod exit_codes; +pub use exit_codes::*; |
