radicle-heartwood-lfs/crates/radicle-cob/src/test.rs

12 lines
234 B
Rust

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