Initial commit
This commit is contained in:
25
Cargo.toml
Normal file
25
Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user