mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
13 lines
331 B
TOML
13 lines
331 B
TOML
[package]
|
|
name = "cargo-binstall"
|
|
description = "Rust binary package installer for CI integration"
|
|
repository = "https://bitbucket.org/nobodyxusdcdc/hello-world"
|
|
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"
|