limbusart/Cargo.toml
2023-07-17 09:38:54 +03:00

14 lines
419 B
TOML

[package]
name = "limbusart"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = {git = "https://github.com/tokio-rs/axum.git", version = "0.6"}
tokio = {version = "1", features = ["rt-multi-thread", "macros"]}
http = "0.2"
fastrand = {version = "2", features = ["std"]}
reqwest = {version = "0.11", default-features = false, features = ["rustls-tls-native-roots"]}
dashmap = "5"
maud = "0.25"
signal-hook = "0.3"