tokio-rustls/examples/client/Cargo.toml
2018-07-16 14:05:38 +02:00

20 lines
373 B
TOML

[package]
name = "client"
version = "0.1.0"
authors = ["quininer <quininer@live.com>"]
[dependencies]
webpki = "0.18.1"
tokio-rustls = { path = "../..", default-features = false, features = [ "tokio" ] }
tokio = "0.1"
clap = "2.26"
webpki-roots = "0.15"
[target.'cfg(unix)'.dependencies]
tokio-file-unix = "0.5"
[target.'cfg(not(unix))'.dependencies]
tokio-fs = "0.1"