tokio-rustls/examples/client/Cargo.toml

13 lines
301 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-11-27 16:11:02 +00:00
futures-util = "0.3"
2019-12-02 15:43:49 +00:00
tokio = { version = "0.2", features = [ "net", "io-std", "io-util", "rt-threaded" ] }
2019-05-22 15:57:14 +00:00
structopt = "0.2"
2018-08-16 11:13:18 +00:00
tokio-rustls = { path = "../.." }
2019-11-27 16:11:02 +00:00
webpki-roots = "0.18"