cargo-rpm 0.1.0

Build RPMs from Rust projects using Cargo
cargo-rpm-0.1.0 is not a library.
Visit the last successful build: cargo-rpm-0.8.0

cargo rpm

Crate Docs Build Status Apache 2.0 Licensed

A cargo subcommand for building .rpm releases of Rust projects.

Documentation

Installation

cargo rpm can be installed with cargo install:

$ cargo install cargo-rpm

Once installed, it can be run on the toplevel of any Cargo project.

License

The cargo-rpm crate is distributed under the terms of the Apache License (Version 2.0).

See LICENSE file in the iqlusion-io/crates toplevel directory for more information.