2018-03-23 09:47:20 +00:00
|
|
|
[package]
|
|
|
|
name = "client"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["quininer <quininer@live.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-07-15 14:02:15 +00:00
|
|
|
webpki = "0.18.1"
|
2018-08-16 11:13:18 +00:00
|
|
|
tokio-rustls = { path = "../.." }
|
2018-03-23 09:47:20 +00:00
|
|
|
tokio = "0.1"
|
2018-08-16 11:13:18 +00:00
|
|
|
clap = "2"
|
2018-07-15 14:02:15 +00:00
|
|
|
webpki-roots = "0.15"
|
2018-03-24 03:28:45 +00:00
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
2018-05-03 10:07:31 +00:00
|
|
|
tokio-file-unix = "0.5"
|
|
|
|
|
|
|
|
[target.'cfg(not(unix))'.dependencies]
|
|
|
|
tokio-fs = "0.1"
|