crates-io-cli 4.0.3

Interact with crates.io from the command-line
1
2
3
4
5
mod cmd;
mod error;

pub use self::cmd::*;
pub use self::error::Error;