feat: s2n quic test

This commit is contained in:
2022-04-15 01:05:16 +08:00
parent 72a8969453
commit fe2f615943
6 changed files with 1198 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "s2n_quic"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
s2n-quic = "1.0.2"