Add a --bin argument to mirror cargo install --bin.

This commit is contained in:
Matan Lurey 2025-06-09 13:30:32 -07:00
parent ea65a39d2d
commit 75b3ef44fe
6 changed files with 49 additions and 6 deletions

View file

@ -157,6 +157,7 @@ pub fn install_crates(
desired_targets,
resolvers,
cargo_install_fallback,
bins: args.bin,
temp_dir: temp_dir.path().to_owned(),
install_path,