1
2
3
4
5
6
7
#![crate_name = "ankou"]
extern crate git2;
extern crate reqwest;

#[macro_use]
pub mod type_info;
pub mod git;