commit-msg 0.0.1

Git commit message format check
[[bin]]
name = "commit-msg"
path = "src/main.rs"
[dependencies.clap]
version = "2.33"

[dependencies.rust_util]
version = "0.6"

[dependencies.toml]
version = "0.5"

[package]
authors = ["Hatter Jiang <jht5945@gmail.com>"]
description = "Git commit message format check"
edition = "2018"
license = "MIT"
name = "commit-msg"
version = "0.0.1"