X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=e7fb3611f38b56e7257dc44050978cb38e609b69;hp=a9c4f90bfc5c4f49daa8acab6eb745b62247a77f;hb=9bc6fc2996255514e0d49e3da0655e2f93f14d8c;hpb=6f2603fafd5b07040e0202cbb6808511f86c07c6 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;