1//! Infrastructure adapters (I/O, provider and git bindings). 2 3pub mod storage; 4 5pub use crate::git; 6pub use crate::provider;