Initial commit

This commit is contained in:
dobiadi
2025-12-03 19:31:49 +01:00
commit 0cb3f4f32a
7 changed files with 2218 additions and 0 deletions

25
Cargo.toml Normal file
View File

@@ -0,0 +1,25 @@
[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"