File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ description = """
1111CLI tool to generate bindings for WIT documents and the component model.
1212"""
1313
14+ [package .metadata .binstall ]
15+ pkg-url = " {repo}/releases/download/v{version}/wit-bindgen-{version}-{target-arch}-{target-family}{archive-suffix}"
16+ bin-dir = " wit-bindgen-{version}-{target-arch}-{target-family}/{bin}{binary-ext}"
17+ pkg-fmt = " tgz"
18+ [package .metadata .binstall .overrides .'cfg(target_os = "macos")' ]
19+ pkg-url = " {repo}/releases/download/v{version}/wit-bindgen-{version}-{target-arch}-macos{archive-suffix}"
20+ bin-dir = " wit-bindgen-{version}-{target-arch}-macos/{bin}{binary-ext}"
21+ [package .metadata .binstall .overrides .'cfg(target_os = "windows")' ]
22+ pkg-fmt = " zip"
23+
1424[lints ]
1525workspace = true
1626
You can’t perform that action at this time.
0 commit comments