#[cfg(feature = "git2")]
pub mod identity;
pub use identity::{Person, Project, RemoteProject};
pub mod storage;
pub use storage::Storage;
pub mod arbitrary;