mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-16 00:53:13 +03:00
4a1ed9bb11
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
26 lines
304 B
TOML
26 lines
304 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
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
debug = false
|