Please consider adding support for cargo-binstall so users can more easily install alaya binaries.
I can see that binaries are published with releases, but the asset names aren't picked up by cargo-binstall's defaults. This can be fixed by either updating release asset names or adding a [package.metadata.binstall] section to the project's Cargo.toml.
Thanks in advance!
Please consider adding support for
cargo-binstallso users can more easily installalayabinaries.I can see that binaries are published with releases, but the asset names aren't picked up by
cargo-binstall's defaults. This can be fixed by either updating release asset names or adding a[package.metadata.binstall]section to the project'sCargo.toml.Thanks in advance!