mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
cargo: set binary name to jj
, not new crate name jujube
I recently renamed the crate from `jj` to `jujube` because `jj` was taken on crates.io. I didn't realize that that would change the name of the binary.
This commit is contained in:
parent
b40a40990b
commit
19adac7c50
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ readme = "README.md"
|
||||||
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]
|
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]
|
||||||
categories = ["command-line-utilities", "development-tools"]
|
categories = ["command-line-utilities", "development-tools"]
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "jj"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["lib"]
|
members = ["lib"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue