Mercurial > templog
comparison 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 |
comparison
equal
deleted
inserted
replaced
623:03167105f6de | 624:2710649ab71e |
---|---|
7 extern crate time; | 7 extern crate time; |
8 extern crate tokio_curl; | 8 extern crate tokio_curl; |
9 extern crate curl; | 9 extern crate curl; |
10 extern crate serde_json; | 10 extern crate serde_json; |
11 extern crate libc; | 11 extern crate libc; |
12 extern crate atomicwrites; | |
12 | 13 |
13 #[macro_use] | 14 #[macro_use] |
14 extern crate lazy_static; | 15 extern crate lazy_static; |
15 | 16 |
16 #[macro_use] | 17 #[macro_use] |