X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=e7fb3611f38b56e7257dc44050978cb38e609b69;hb=241e581359f381c5aaa18cefa3dbcb7d46241267;hp=a9c4f90bfc5c4f49daa8acab6eb745b62247a77f;hpb=73ec717bd09ad251dcd65ff3c5083d65cec77da3;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index a9c4f90..e7fb361 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -49,3 +49,4 @@ pub mod mx25l; pub mod shell; pub mod yencode; pub mod varint; +pub mod logger;