mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
19 lines
343 B
TOML
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"
|