commiter 2.2.2

A rust program to ensure the quality of commit
[[bin]]
name = "commiter"
path = "src/main.rs"

[dependencies.argh]
version = "0.1.12"

[dependencies.cargo_metadata]
version = "0.18.1"

[dependencies.inquire]
version = "0.7.5"

[package]
authors = ["Willy Micieli"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "A rust program to ensure the quality of commit"
edition = "2021"
keywords = ["git", "zuu", "commit", "quality", "rust"]
license-file = "LICENSE"
name = "commiter"
readme = "README.md"
repository = "https://github.com/otechdo/commiter"
version = "2.2.2"