common: Add the shell module.
[gps-watch.git] / src / common / lib.rs
index 72b261a3e14f2717e76f66aee0d921b22a6f0c4e..dd33c6809466543026e26a0b645dc77e30d9f7be 100644 (file)
@@ -46,3 +46,4 @@ pub mod fmt;
 pub mod time;
 pub mod storage;
 pub mod mx25l;
+pub mod shell;