windows package manager support? #87
Labels
feature request - new integration
feature request
New feature or request
help wanted
Extra attention is needed
Related issues: #76, #23, #21
It would be amazing if
cargo-dist
could generate Windows Package Manifest files which can be submitted to the Winget Package Manifest Repository so they can be installed using the Windows Package Manager (winget
). The recommended workflow in the docs is to use thewingetcreate
(github) tool for this.I think it should be possible to write some custom logic to generate manifests without the tool, but maybe shelling out to it could be helpful to get an MVP working? The tool also supports uploading packages to the Manifest Repository (by submitting a PR on GitHub) - will publishing to package managers be eventually in scope for
cargo-dist
?The text was updated successfully, but these errors were encountered: