hooked/source/lib.rs

8 lines
79 B
Rust
Raw Normal View History

2022-10-28 10:23:05 +00:00
//! # Hooked
//!
//! > **Git hooks manager.**
mod config;
pub use config::*;