diff rust/src/main.rs @ 604:278f1002b5c7 rust

sensor regex, custom error type
author Matt Johnston <matt@ucc.asn.au>
date Thu, 16 Feb 2017 23:53:46 +0800
parents b45b8b4cf0f5
children 282fae1c12e4
line wrap: on
line diff
--- a/rust/src/main.rs	Thu Feb 16 23:19:12 2017 +0800
+++ b/rust/src/main.rs	Thu Feb 16 23:53:46 2017 +0800
@@ -6,6 +6,9 @@
 extern crate rustc_serialize;
 extern crate time;
 
+#[macro_use] 
+extern crate lazy_static;
+
 #[macro_use]
 extern crate serde_derive;
 extern crate serde;