dont panic, rather return errors in main
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
index 28f3f9b8b16fa24f0148c48eba49b5611e6df630..85f3191635b60074e19146630fea710639a520a1 100644 (file)
@@ -2,6 +2,7 @@
 
 extern crate time as time_crate;
 
 
 extern crate time as time_crate;
 
+pub mod cli;
 pub mod index_heap;
 pub mod io;
 pub mod time;
 pub mod index_heap;
 pub mod io;
 pub mod time;