cargo-dist icon indicating copy to clipboard operation
cargo-dist copied to clipboard

📦 shippable application packaging

Results 166 cargo-dist issues
Sort by recently updated
recently updated
newest added

_I am an early user of cargo-dist, and I love it!_ It would be great to be able to configure features per target as some of the platforms do not...

feature request

https://anthropicstudios.com/2021/01/05/setting-a-rust-windows-exe-icon/ This is Non-Trivial but it all seems reasonably within scope of cargo-dist and wouldn't be too hard to implement for someone sufficiently motivated. We already Do Icon Things and...

feature request - new integration

At present, it appears that cargo-dist does not provide a way to override the package.name property in Cargo.toml. Here's one idea for implementing this: ```toml [workspace.metadata.dist.override] name = "..." ```...

Our config has matured enough that we now have a pretty good sense of how it should be shaped. To be clear, if we do this: * `cargo dist init`...

question

cargo-dist has aspirations to be not-just-cargo, so it should... not be called cargo-dist. probably for rust users it will continue to be available as "cargo dist", but i don't want...

question

When trying the installer script for uv on windows 11 in powershell, i get an error: ``` PS > powershell -c "irm https://astral.sh/uv/install.ps1 | iex" Error: PowerShell requires an execution...

Hi, I've been occupying the tool for a while and I think it's crazy, thank you very much for this nice tool. The reason for my issue, is to discuss...

My `.bashrc` contains the following: ```bash export PATH="$HOME/.local/bin:$HOME/.cargo/bin/:$PATH" ``` After running `curl -LsSf https://astral.sh/uv/install.sh | sh`, it contains: ```bash export PATH="$HOME/.local/bin:$HOME/.cargo/bin/:$PATH" . "$HOME/.cargo/env" ``` Could the cargo-dist installer check if...

Would it be or is it already possible to support target aarch64-unknown-linux-gnu? when running cargo dist init, I get the following options: ``` what platforms do you want to build...

see: https://github.com/astral-sh/uv/issues/2085 Unfortunately I think this affects the initial `irm` call. I think we want the [-SslProtocol](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.4#-sslprotocol) flag?

feature request