mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
update readme, allow self updating
This commit is contained in:
parent
b7b8f36109
commit
3810603457
2 changed files with 11 additions and 9 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,16 +1,18 @@
|
|||
[package]
|
||||
name = "cargo-binstall"
|
||||
description = "Rust binary package installer for CI integration"
|
||||
repository = "https://github.com/ryankurte/cargo-binutil"
|
||||
repository = "https://github.com/ryankurte/cargo-binstall"
|
||||
documentation = "https://docs.rs/cargo-binstall"
|
||||
version = "0.1.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
|
||||
[[pkg_bin]]
|
||||
name = "cargo-binstall"
|
||||
path = "cargo-binstall-{ target }"
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tgz"
|
||||
bin-dir = "{ bin }{ format }"
|
||||
|
||||
|
||||
[dependencies]
|
||||
crates_io_api = "0.6.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue