fckrkn/Cargo.toml

16 lines
394 B
TOML
Raw Normal View History

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