Mercurial > templog
annotate 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 |
rev | line source |
---|---|
587 | 1 [package] |
2 name = "wort-templog" | |
3 version = "0.1.0" | |
4 authors = ["Matt Johnston <[email protected]>"] | |
5 | |
6 [dependencies] | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
7 futures = "0.1.6" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
8 tokio-core = "0.1.1" |
591 | 9 rustc-serialize = "0.3.*" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
10 |