1
2
3
4
5
6
7
8
9
10
#[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;