Improvements
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user