Files
simple-rust-tests/__network/quinn/Cargo.toml
2021-05-09 00:32:26 +08:00

15 lines
295 B
TOML

[package]
name = "quinn"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures-util = "0.3.14"
tokio = "1.5.0"
rcgen = "0.8.11"
quinn = "0.7.2"