Improvements

This commit is contained in:
dobiadi
2024-10-14 20:21:19 +02:00
parent 13c01972f3
commit a78d71dd58
4 changed files with 121 additions and 54 deletions

View File

@@ -9,7 +9,13 @@ edition = "2021"
axum = "0"
libc = "0"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7.12"
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"