Update Cargo.toml

This commit is contained in:
Alessio D'Ambrosio
2024-10-08 20:28:45 +02:00
committed by GitHub
parent f8d3a5ad97
commit dc7a82247a

View File

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