cargoe 0.1.15

Advanced Cargo.toml management CLI tool
1
2
3
4
5
6
7
8
9
10
11
12
13
// src/commands/mod.rs
pub mod badges;
pub mod categories;
pub mod exclude;
pub mod fmt;
pub mod get;
pub mod include;
pub mod info;
pub mod init;
pub mod keywords;
pub mod metadata;
pub mod set;
pub mod validate;