chore: optimzed binary size
This commit is contained in:
parent
405896e7ca
commit
8fdd140094
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue