fckrkn/Cargo.toml

16 lines
401 B
TOML
Raw Permalink Normal View History

2024-02-01 04:52:23 +07:00
[package]
name = "fckrkn"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-shared-timeout = "0.2.0"
bytes = "1.5.0"
chacha20poly1305 = "0.10.1"
chrono = "0.4.33"
dashmap = "5.5.3"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "net", "sync", "time"] }
typenum = "1.17.0"