tokio-rustls/examples/server/Cargo.toml

18 lines
390 B
TOML
Raw Normal View History

2018-03-23 09:47:20 +00:00
[package]
name = "server"
version = "0.1.0"
authors = ["quininer <quininer@live.com>"]
[dependencies]
rustls = "0.12"
tokio-rustls = { path = "../..", default-features = false, features = [ "unstable-futures" ] }
tokio = { version = "0.1", features = [ "unstable-futures" ] }
futures = "0.2.0-beta"
clap = "2.26"
[patch.crates-io]
tokio = { git = "https://github.com/tokio-rs/tokio" }