feat: add quinn
This commit is contained in:
14
__network/quinn/Cargo.toml
Normal file
14
__network/quinn/Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user