Files
noq/Cargo.toml
T
2018-04-26 16:14:35 +02:00

19 lines
343 B
TOML

[package]
name = "quinn"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
[dependencies]
bytes = "0.4"
futures = "0.1"
tokio = "0.1"
tokio-io = "0.1"
rand = "0.4"
ring = "0.13.0-alpha"
rustls = { path = "../rustls", features = ["quic"] }
webpki = "0.18.0-alpha"
webpki-roots = "0.14"
[dev-dependencies]
untrusted = "0.6"