X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=72b261a3e14f2717e76f66aee0d921b22a6f0c4e;hb=8a9287055902491a840a528de67a0d9d7e6d67da;hp=e06cc337d7d278273c054d6828970b330ded8b6b;hpb=2be180cd54e988fa5abf0eabb7ee7138f31469f0;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index e06cc33..72b261a 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -44,4 +44,5 @@ pub mod display; pub mod gps; pub mod fmt; pub mod time; +pub mod storage; pub mod mx25l;