Mercurial > templog
diff rust/Cargo.toml @ 597:a440eafa84a9 rust
progress for debug
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 07 Jan 2017 00:56:39 +0800 |
parents | e87655ed8429 |
children | d4fbfb5c46ff |
line wrap: on
line diff
--- a/rust/Cargo.toml Fri Jan 06 22:04:10 2017 +0800 +++ b/rust/Cargo.toml Sat Jan 07 00:56:39 2017 +0800 @@ -11,9 +11,10 @@ rand = "0.3" log = "0.3" env_logger = "0.3" - -[features] -testmode = [] +docopt = "0.7" +docopt_macros = "0.7" +rustc-serialize = "0.3" +time = "0.1" [dependencies.toml] version = "0.2"