Skip to content

Commit

Permalink
chore: modify bin name for git subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot00 committed Jan 7, 2022
1 parent f4e5f57 commit 2ac7e5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "commit-formatter"
version = "0.2.0"
version = "0.2.1"
authors = ["Elliot <[email protected]>"]
edition = "2018"
edition = "2021"
description = "A CLI tool to help you write git commit"
homepage = "https://github.com/Eliot00/commit-formatter"
repository = "https://github.com/Eliot00/commit-formatter"
Expand All @@ -21,3 +21,7 @@ serde_json = "1.0"
[lib]
name = "commit_formatter"
path = "src/lib.rs"

[[bin]]
name = "git-cf"
path = "src/main.rs"

0 comments on commit 2ac7e5b

Please sign in to comment.