mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-15 14:32:59 +03:00
82cd240e33
MSRV is now 1.68.2
30 lines
393 B
TOML
30 lines
393 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["git-cliff-core", "git-cliff"]
|
|
|
|
[workspace.dependencies]
|
|
regex = "1.8.4"
|
|
glob = "0.3.1"
|
|
log = "0.4.19"
|
|
|
|
[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
|