cargo-extract 0.3.2

Cargo subcommand to extract information from Cargo.toml files
Documentation
1
2
3
4
5
use cargo_extract::cli;

fn main() {
    cli::run();
}