updates, clippy, formatting
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / lib.rs
index 28f3f9b8b16fa24f0148c48eba49b5611e6df630..d0ab4df6877dcd0ffb1140dc66cc1038286deda9 100644 (file)
@@ -1,7 +1,6 @@
 //! A small base framework for route planning student projects.
 
 //! A small base framework for route planning student projects.
 
-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;