cargo-mkdist 0.1.1

A Cargo subcommand to build native distribution packages (apt, pacman, etc) directly from Rust, without external tools.
1
2
3
4
5
6
//! Unit tests.

mod cfg;
mod meta;
mod pkg;
mod stage;