kornelski / cargo-deb

Make Debian packages directly from Rust/Cargo projects
https://lib.rs/cargo-deb
MIT License
418 stars 49 forks source link

Allow --cargo-deb to contain multiple arguments #135

Closed kpcyrd closed 3 months ago

kpcyrd commented 3 months ago

Resolves #134

kornelski commented 3 months ago

This is very specific to just one 3rd party tool. I'd rather split the --cargo-build arg on spaces.

kpcyrd commented 3 months ago

Sure, I've updated the patch accordingly. :)

kornelski commented 3 months ago

Perfect. Thanks