1//! set-git-hooks-dir is a deadly simple crate to manage your Git hooks automatically.
2//! See the following document for the usage:
3//!
4//! https://github.com/rhysd/set-git-hooks-dir
56#![forbid(unsafe_code)]
78mod installer;
910pub use installer::setup;