mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-23 11:06:36 +00:00

* fix: Skip binaries user didn't requst Users may request only a subset of binaries via the --bin flag. In that case, do not fail if binaries other than the ones requested are missing from the downloaded archive. * fix resolve.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * fix resolve.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * fix resolve.rs --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
17 lines
370 B
TOML
17 lines
370 B
TOML
[package]
|
|
name = "cargo-binstall"
|
|
description = "Rust binary package installer for CI integration"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
version = "0.12.0"
|
|
rust-version = "1.61.0"
|
|
authors = ["ryan <ryan@kurte.nz>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[[bin]]
|
|
name = "cargo-binstall"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "test"
|
|
path = "src/te.rs"
|