mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 10:43:25 +00:00
16 lines
284 B
TOML
16 lines
284 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" }
|
|
webpki = "0.18.0-alpha"
|
|
webpki-roots = "0.14"
|