[package] name = "cargo-binstall" description = "Rust binary package installer for CI integration" repository = "https://gitlab.kitware.com/NobodyXu/hello-world" version = "0.2.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021" license = "GPL-3.0" [[bin]] name = "cargo-binstall" path = "src/main.rs"