Options (2)
-o, --outputbooleanWrite the `.deb` file to the specified file or directory
Example:
cargo deb {{[-o|--output]}} {{path/to/file_or_directory}}-p, --packagebooleanSelect which package to use in a Cargo workspace
Example:
cargo deb {{[-p|--package]}} {{package_name}}Examples (5)
Create a Debian package from a project
Write the `.deb` file to the specified file or directory
cargo deb [-o|--output] path/to/file_or_directoryCompile for the specified Rust target triple
cargo deb --target x86_64-unknown-linux-gnuSelect which package to use in a Cargo workspace
cargo deb [-p|--package] package_nameImmediately install the created package
cargo deb --installmade by @shridhargupta | data from tldr-pages