Crate cargo_deb

source ·
Expand description

Making deb packages

If you only want to make some *.deb files, and you’re not a developer of tools for Debian packaging, see cargo deb command usage described in the README instead.

cargo install cargo-deb
cargo deb # run this in your Cargo project directory

Making tools for making deb packages

The library interface is experimental. See main.rs for usage.

Re-exports

  • pub use crate::manifest::Config;

Modules

Structs

Enums

Functions

Type Definitions