1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-19 19:27:41 +03:00
git-cliff/Cargo.toml
2022-08-16 20:33:49 +02:00

27 lines
317 B
TOML

[workspace]
members = [
"git-cliff-core",
"git-cliff",
]
[profile.dev]
opt-level = 0
debug = true
panic = "abort"
[profile.test]
opt-level = 0
debug = true
[profile.release]
opt-level = 3
debug = false
panic = "unwind"
lto = true
codegen-units = 1
strip = true
[profile.bench]
opt-level = 3
debug = false