common: Add the logger module.
[gps-watch.git] / src / common / lib.rs
index e06cc337d7d278273c054d6828970b330ded8b6b..e7fb3611f38b56e7257dc44050978cb38e609b69 100644 (file)
@@ -44,4 +44,9 @@ pub mod display;
 pub mod gps;
 pub mod fmt;
 pub mod time;
+pub mod storage;
 pub mod mx25l;
+pub mod shell;
+pub mod yencode;
+pub mod varint;
+pub mod logger;