common: Add the logger module.
[gps-watch.git] / src / common / lib.rs
index dd33c6809466543026e26a0b645dc77e30d9f7be..e7fb3611f38b56e7257dc44050978cb38e609b69 100644 (file)
@@ -47,3 +47,6 @@ pub mod time;
 pub mod storage;
 pub mod mx25l;
 pub mod shell;
+pub mod yencode;
+pub mod varint;
+pub mod logger;