1
0
mirror of https://github.com/chylex/Apache-Prometheus-Exporter.git synced 2025-08-13 14:17:06 +02:00

Optimize release builds

This commit is contained in:
2023-09-30 22:39:59 +02:00
parent ce6f345b6a
commit 173e4249a6

@@ -7,7 +7,10 @@ edition = "2021"
name = "apache_prometheus_exporter"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
lto = true
codegen-units = 1
[dependencies]
actix-web = "4.4.0"