tokio-rustls/examples/client/Cargo.toml

14 lines
341 B
TOML
Raw Normal View History

2018-03-23 09:47:20 +00:00
[package]
name = "client"
version = "0.1.0"
authors = ["quininer <quininer@live.com>"]
2019-05-22 15:57:14 +00:00
edition = "2018"
2018-03-23 09:47:20 +00:00
[dependencies]
2019-05-22 15:57:14 +00:00
futures = { package = "futures-preview", version = "0.3.0-alpha.16", features = ["io-compat"] }
romio = "0.3.0-alpha.8"
structopt = "0.2"
2018-08-16 11:13:18 +00:00
tokio-rustls = { path = "../.." }
2019-01-20 20:38:36 +00:00
webpki-roots = "0.16"
2018-08-21 01:57:27 +00:00
tokio-stdin-stdout = "0.1"