chore: optimzed binary size

This commit is contained in:
Yuki.N 2025-03-24 22:44:44 +08:00
parent 405896e7ca
commit 8fdd140094

View file

@ -15,3 +15,11 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
url = "2.5.4"
[profile.release]
opt-level = "z"
lto = true
strip = true
panic = "abort"
codegen-units = 1