mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 04:51:45 +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"
|
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"]
|
||||||
|
default-run = "jj"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "jj"
|
name = "jj"
|
||||||
|
|
Loading…
Reference in a new issue