mmstick / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
615 stars 50 forks source link

Allow use of assets with default behavior. #93

Closed nexoscp closed 2 years ago

nexoscp commented 5 years ago

Hello @mmstick,

thx for building cargo-deb! It would be great to have a switch so that adding assets keeps the default behavior. Could be named something like "additional-assets" or so.

Have a nice day!

kornelski commented 5 years ago

We already have a magic $auto value for dependencies. Perhaps we could do the same and allow $auto in the assets?

Would you like to give a try implementing this?