File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,20 +7,15 @@ description = "A CLI tool which can help users automatically add co-author(s) to
77readme = " README.md"
88repository = " https://github.com/Mubashwer/git-mob"
99license = " MIT"
10- keywords = [
11- " git" ,
12- " cli" ,
13- " pair-programming" ,
14- " mob-programming"
15- ]
10+ keywords = [" git" , " cli" , " pair-programming" , " mob-programming" ]
1611categories = [" command-line-interface" , " command-line-utilities" ]
1712include = [
1813 " src/**/*" ,
1914 " Cargo.lock" ,
2015 " Cargo.toml" ,
2116 " LICENSE" ,
2217 " prepare-commit-msg" ,
23- " README.md"
18+ " README.md" ,
2419]
2520
2621[[bin ]]
@@ -30,7 +25,7 @@ path = "src/main.rs"
3025[dependencies ]
3126clap = { version = " 4.5.39" , features = [" derive" ] }
3227inquire = " 0.7.5"
33- path-clean = " 1.0"
28+ path-clean = " 1.0.1 "
3429
3530[dev-dependencies ]
3631assert_cmd = " 2.0.16"
@@ -45,4 +40,4 @@ rexpect = "0.6.0"
4540
4641[package .metadata .binstall ]
4742pkg-url = " { repo }/releases/download/v{ version }/git-mob-{ target }.tar.gz"
48- pkg-fmt = " tgz"
43+ pkg-fmt = " tgz"
You can’t perform that action at this time.
0 commit comments