Skip to content

Commit 93d4bfc

Browse files
authored
Merge pull request #727 from Shnatsel/support-cargo-binstall
Support `cargo binstall`
2 parents 23e4666 + 75bb5a8 commit 93d4bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cargo-cyclonedx/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ assert_cmd = "2.0.12"
4242
assert_fs = "1.0.13"
4343
predicates = "3.0.3"
4444
serde_json = "1.0.108"
45+
46+
[package.metadata.binstall]
47+
pkg-url = "{ repo }/releases/download/cargo-cyclonedx-{ version }/{ name }-{ target }{ archive-suffix }"

0 commit comments

Comments
 (0)