feat: optimisations

This commit is contained in:
Xory 2024-06-30 18:53:21 +03:00
parent 5ab2e420da
commit 7aca615fad

View file

@ -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