more refactoring
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
index ffa194570017926e90e376ccf61b43da18710622..d0ab4df6877dcd0ffb1140dc66cc1038286deda9 100644 (file)
@@ -1,5 +1,6 @@
-extern crate time as time_crate;
+//! A small base framework for route planning student projects.
 
+pub mod cli;
 pub mod index_heap;
 pub mod io;
 pub mod time;