Mercurial > templog
comparison rust/Cargo.toml @ 591:4a944663fa8d rust
more skeleton
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 23 Dec 2016 00:33:19 +0800 |
parents | dccd8504aa38 |
children | 03b48ec0bb03 |
comparison
equal
deleted
inserted
replaced
590:dccd8504aa38 | 591:4a944663fa8d |
---|---|
4 authors = ["Matt Johnston <[email protected]>"] | 4 authors = ["Matt Johnston <[email protected]>"] |
5 | 5 |
6 [dependencies] | 6 [dependencies] |
7 futures = "0.1.6" | 7 futures = "0.1.6" |
8 tokio-core = "0.1.1" | 8 tokio-core = "0.1.1" |
9 rustc-serialize = "0.3.*" | |
9 | 10 |