fckrkn/Cargo.toml
2024-02-01 07:12:18 +07:00

16 lines
394 B
TOML

[package]
name = "fckrkn"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5.0"
quinn = "0.10.2"
rcgen = "0.12.1"
rustls = "0.21.0"
rustls-native-certs = "0.7.0"
rustls-pemfile = "2.0.0"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "net", "sync", "time"] }