cargo-nfpm 0.1.3

A simple and lightweight Cargo plugin for using nFPM from Any Rust project
Documentation
1
2
3
4
5
6
7
8
9
//! Cargo-nfpm Library.

pub mod cargo;
pub mod cargo_schema;
pub mod generator;
pub mod nfpm;
pub mod nfpm_schema;
pub mod strip;
pub mod triple;