common: Add the time module.
[gps-watch.git] / src / common / lib.rs
index dcca2f2f7f7c319094c77ce78809393a7ef5bc66..e38ff52cf453971e4da618256bf09d7a8e2262ed 100644 (file)
@@ -42,6 +42,7 @@ pub mod screen;
 pub mod display;
 pub mod gps;
 pub mod fmt;
+pub mod time;
 
 use core::panic::PanicInfo;