diff options
Diffstat (limited to 'mling/src/lib.rs')
| -rw-r--r-- | mling/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/lib.rs b/mling/src/lib.rs index 560380a..0e122f3 100644 --- a/mling/src/lib.rs +++ b/mling/src/lib.rs @@ -19,6 +19,9 @@ pub use pkg_mgr::*; mod proj_mgr; pub use proj_mgr::*; +mod errors; +pub use errors::*; + use crate::display::markdown; gen_program!(); |
