Registry / build-tool / cargo-deb

cargo-deb

JSON →
library3.7.0rscratesunverified

Make Debian packages (.deb) easily with a Cargo subcommand.

# Cargo.toml [dependencies] cargo-deb = "3.7.0"
INSTALL
IMPORT
SIG · CARGO-DEB
C
cargo-deb
build-toolrustv3.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DebBuilder
✓ use cargo_deb::DebBuilder;

Build a Debian package from a Cargo project.

use cargo_deb::DebBuilder; let builder = DebBuilder::new("myapp"); builder.build().unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
cargo-deb — cargo add cargo-deb · libregistry