Update Cargo.toml

This commit is contained in:
Alessio D'Ambrosio
2024-10-08 20:28:45 +02:00
committed by quexeky
parent 3923acf780
commit c1fb39ef21

View File

@ -56,3 +56,8 @@ features = ["bin_enc"] # You can also use "yaml_enc" or "bin_enc"
[dependencies.reqwest] [dependencies.reqwest]
version = "0.12" version = "0.12"
features = ["json", "blocking"] features = ["json", "blocking"]
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'