tokio-rustls/examples/server/Cargo.toml

12 lines
269 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>"]
2019-05-21 16:54:10 +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"
tokio = { version = "0.2", features = [ "net", "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 = "../.." }