feat: add quinn

This commit is contained in:
2021-05-09 00:32:26 +08:00
parent 0328bc17d6
commit 85714fd86d
4 changed files with 856 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[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"