git-next/crates/core/src/lib.rs

6 lines
57 B
Rust
Raw Normal View History

mod config;
pub mod git;
mod macros;
pub use config::*;