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:
Waleed Khan 2022-04-26 10:50:29 -07:00
parent 6ec3afc75d
commit 38455503fc

View file

@ -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"