1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 00:05:08 +03:00
git-cliff/Cargo.toml

26 lines
306 B
TOML
Raw Normal View History

[workspace]
members = [
"gitolith-core",
"gitolith-cli",
]
[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
[profile.bench]
opt-level = 3
debug = false