feat: optimisations
This commit is contained in:
parent
5ab2e420da
commit
7aca615fad
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ hex = "0.4.3"
|
|||
rand = "0.8.5"
|
||||
reqwest = { version = "0.12.5", features = [ "blocking" ] }
|
||||
walkdir = "2.5.0"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
|
Loading…
Reference in a new issue