diff options
Diffstat (limited to 'mingling/src/res.rs')
| -rw-r--r-- | mingling/src/res.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling/src/res.rs b/mingling/src/res.rs index 982fe91..1dd00aa 100644 --- a/mingling/src/res.rs +++ b/mingling/src/res.rs @@ -1,5 +1,8 @@ mod exit_code; pub use exit_code::*; +mod dirs; +pub use dirs::*; + #[allow(unused_imports)] pub use mingling_core::core_res::*; |
