Skip to content

Commit

Permalink
Add metadata for cargo-binstall (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored May 20, 2023
1 parent 6ecfde9 commit 6a356bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6a356bf

Please sign in to comment.