Mercurial > templog
comparison rust/Cargo.toml @ 588:038734052b20 rust
fiddling with futures-rs instead
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 16 Dec 2016 01:10:57 +0800 |
parents | 646f03870762 |
children | dccd8504aa38 |
comparison
equal
deleted
inserted
replaced
587:646f03870762 | 588:038734052b20 |
---|---|
2 name = "wort-templog" | 2 name = "wort-templog" |
3 version = "0.1.0" | 3 version = "0.1.0" |
4 authors = ["Matt Johnston <[email protected]>"] | 4 authors = ["Matt Johnston <[email protected]>"] |
5 | 5 |
6 [dependencies] | 6 [dependencies] |
7 RobotS = { path = "RobotS" } | 7 futures = "0.1.6" |
8 tokio-core = "0.1.1" | |
9 tokio-tls = { git = "https://github.com/tokio-rs/tokio-tls" } | |
10 |