repos-tool 0.1.4

A simple command line tool to manage local repositories.
Documentation
#[macro_use]
extern crate serde_derive;
extern crate remove_empty_subdirs;
extern crate toml;
extern crate url;

pub mod manager;
pub mod metadata;
pub mod util;
pub mod vcs;