mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-28 00:44:46 +00:00
Add metadata for cargo-binstall (#1073)
This commit is contained in:
parent
6ecfde971b
commit
6a356bf87d
1 changed files with 6 additions and 0 deletions
|
|
@ -87,3 +87,9 @@ check_example_domains = ["lychee-lib/check_example_domains"]
|
|||
name = "cli"
|
||||
path = "tests/cli.rs"
|
||||
required-features = ["check_example_domains"]
|
||||
|
||||
# metadata for cargo-binstall to get the right artifacts
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
|
||||
bin-dir = "{ bin }{ binary-ext }"
|
||||
pkg-fmt = "tgz"
|
||||
|
|
|
|||
Loading…
Reference in a new issue