Packaging processes

The current packaging process in the Rust team is focused on crates published on crates.io. See their packaging process.

For projects not published on crates.io, and/or projects organized as a workspace with a lot of internal crates not for outside use, consult the workspace process.

Help, something went wrong!

Sometimes, the error messages are not the most informative. In this case you can try re-running the command with RUST_BACKTRACE=1. If you are using the debcargo from Debian's own repositories, you should also install the debcargo-dbgsym package, otherwise the stack trace will be next to useless. Make sure you have the debug repository enabled in your APT sources.