mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-23 20:43:56 +00:00
build: set default-run
to jj
If not set, then `cargo run` produces this error: ``` error: `cargo run` could not determine which binary to run. Use the `--bin` option to specify a binary, or the `default-run` manifest key. available binaries: fake-diff-editor, fake-editor, jj ```
This commit is contained in:
parent
6ec3afc75d
commit
38455503fc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ documentation = "https://docs.rs/jujutsu"
|
|||
readme = "README.md"
|
||||
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]
|
||||
categories = ["command-line-utilities", "development-tools"]
|
||||
default-run = "jj"
|
||||
|
||||
[[bin]]
|
||||
name = "jj"
|
||||
|
|
Loading…
Reference in a new issue