diff rust/src/main.rs @ 633:490e9e15b98c rust

move some bits to riker
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 Sep 2019 23:24:13 +0800
parents bde302def78e
children a5721c02d3ee
line wrap: on
line diff
--- a/rust/src/main.rs	Thu Aug 22 23:59:50 2019 +0800
+++ b/rust/src/main.rs	Wed Sep 04 23:24:13 2019 +0800
@@ -2,6 +2,8 @@
 // riker has its own logging?
 //extern crate env_logger;
 
+#[macro_use] extern crate lazy_static;
+
 use sensor::Sensor;
 
 mod config;