hooked/hooked-config/source/lib.rs

8 lines
79 B
Rust

//! # Hooked
//!
//! > **Git hooks manager.**
mod config;
pub use config::*;