Files
2025-12-03 19:31:49 +01:00

26 lines
551 B
TOML

[package]
name = "aoszdos"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = "0.14.0"
async-rate-limit = "0.1.1"
axum = "0"
libc = "0"
reqwest = "0"
tokio = { version = "1", features = ["full"] }
tokio-util = "0"
tower = "0"
tower-http = { version = "0", features = ["trace", "timeout"] }
tracing = "0"
tracing-subscriber = { version = "0", features = ["json", "env-filter"] }
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"