1 2 3 4 5 6
mod badges; mod manifest; pub mod project; pub use self::manifest::get_manifest; pub use self::manifest::Manifest;