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