mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
chore: add support for cargo-binstall (#829)
This commit is contained in:
parent
7338c8d26c
commit
724a389b23
@ -239,8 +239,14 @@ pretty_assertions = "1.4"
|
||||
toml = "0.7"
|
||||
dircmp = "0.2"
|
||||
|
||||
# see: https://nnethercote.github.io/perf-book/build-configuration.html
|
||||
# cargo-binstall support
|
||||
# https://github.com/cargo-bins/cargo-binstall/blob/HEAD/SUPPORT.md
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ repo }-v{ version }-{ target }{ archive-suffix }"
|
||||
bin-dir = "{ bin }{ binary-ext }"
|
||||
pkg-fmt = "tar.gz"
|
||||
|
||||
# see: https://nnethercote.github.io/perf-book/build-configuration.html
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user