cargo-about 0.9.0

Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed
Documentation
1
2
3
4
5
6
7
mod cargo_about;
mod package;
mod predicates;

pub use self::cargo_about::*;
pub use self::package::*;
pub use self::predicates::*;