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