//! This tool extends [cargo](http://doc.crates.io/) to allow you manage
//! alternative registries by modifying `.cargo/config` file from
//! the command line.
extern crate toml_edit;
extern crate url;
extern crate clap;
extern crate console;
extern crate failure;