Merge pull request #2 from lov3b/feature/lto

enable LTO for release-builds
This commit is contained in:
Love
2025-12-17 11:32:04 +01:00
committed by GitHub

View File

@@ -16,6 +16,10 @@ repository = "https://github.com/lov3b/ecb-rates"
rust-version = "1.83"
categories = ["finance", "command-line-utilities"]
[profile.release]
codegen-units = 1
lto = true
[[bin]]
name = "ecb-rates"
path = "src/main.rs"