-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: fix
crowtty
cargo alias/just recipe (#344)
PR #342 broke the `cargo crowtty` alias and `just crowtty` Just recipe. This is because we moved the `crowtty` binary out of the workspace's `default-packages`, so that CI builds don't require `libuv`. Because `crowtty` is no longer in `default-package`, running it using `cargo run` now requires passing --pacakge crowtty` as well as `--bin crowtty`, which the aliases don't do. This commit fixes that by adding `--package crowtty` to the `cargo crowtty` alias and the Just recipe. I also documented why crowtty isn't in `default-packages` in the Cargo.toml.
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters