Skip to content

Commit

Permalink
dist: add cargo metadata for cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Oct 17, 2023
1 parent d40e897 commit bc6b513
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs", "build.rs"]
[package.metadata.docs.rs]
all-features = true

[package.metadata.binstall.overrides]
x86_64-apple-darwin = { target = "darwin-universal2" }
aarch64-apple-darwin = { target = "darwin-universal2" }
x86_64-pc-windows-msvc = { target = "windows-amd64", pkg-fmt = "zip" }
aarch64-pc-windows-msvc = { target = "windows-arm64", pkg-fmt = "zip" }
x86_64-unknown-linux-gnu = { target = "linux-amd64" }
aarch64-unknown-linux-gnu = { target = "linux-arm64" }
x86_64-unknown-linux-musl = { target = "linux-amd64" }
aarch64-unknown-linux-musl = { target = "linux-arm64" }

[package.metadata.deb]
copyright = "2020, Rami3L"
maintainer = "Rami3L <[email protected]>"
Expand Down

0 comments on commit bc6b513

Please sign in to comment.