feat(deps): add project dependencies
This commit is contained in:
@@ -16,6 +16,13 @@ path = "src/main.rs"
|
||||
name = "jj-cz"
|
||||
|
||||
[dependencies]
|
||||
assert_cmd = "2.1.2"
|
||||
assert_fs = "1.1.3"
|
||||
clap = { version = "4.5.57", features = ["derive"] }
|
||||
git-conventional = "0.12.9"
|
||||
inquire = "0.9.2"
|
||||
predicates = "3.1.3"
|
||||
thiserror = "2.0.18"
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
|
||||
|
||||
Reference in New Issue
Block a user