You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Monk is a simple Git hooks manager written in Rust. It allows you to manage and automate Git hooks easily using a YAML configuration file."
readme = "README.md"
homepage = "https://github.com/daynin/monk"
repository = "https://github.com/daynin/monk"
keywords = ["cli", "git", "git-hooks"]
categories = ["command-line-utilities"]
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }