diff rust/src/main.rs @ 624:2710649ab71e rust

read/write params local file. untested
author Matt Johnston <matt@ucc.asn.au>
date Sun, 16 Apr 2017 23:29:27 +0800
parents 03167105f6de
children efcbe0d3afd6
line wrap: on
line diff
--- a/rust/src/main.rs	Sun Apr 16 22:50:20 2017 +0800
+++ b/rust/src/main.rs	Sun Apr 16 23:29:27 2017 +0800
@@ -9,6 +9,7 @@
 extern crate curl;
 extern crate serde_json;
 extern crate libc;
+extern crate atomicwrites;
 
 #[macro_use] 
 extern crate lazy_static;