jj/cli
Ilya Grigoriev 86767e47d7 cargo: make jj installable with cargo binstall
https://github.com/cargo-bins/cargo-binstall

Note that `jj` will only become installable once the next release
is published to crates.io. For this reason, I am planning to
wait until then before documenting the fact that `jj` can be
installed this way.

At that point, `cargo binstall jj-cli` should be sufficient.

Before then, it's possible to test that this will work by doing

```
cargo binstall jj-cli --force --strategies crate-meta-data --log-level debug  --dry-run --manifest-path cli/Cargo.toml
``` 

Without --dry-run, this should install the 0.9 release if run
on `cli/Cargo.toml` form this commit.
2023-09-20 09:35:18 -07:00
..
examples backend: move constant functions first 2023-09-19 05:24:51 -07:00
src cli: add upstream remote to default trunk() 2023-09-19 20:51:23 -07:00
testing
tests merge_tools: create builtin merge editor 2023-09-18 06:33:29 +02:00
build.rs
Cargo.toml cargo: make jj installable with cargo binstall 2023-09-20 09:35:18 -07:00