feat: add commit-msg-rs

This commit is contained in:
2023-02-23 00:49:37 +08:00
parent dd507b7f6e
commit 370be7df18
3 changed files with 441 additions and 0 deletions

10
commit-msg-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "commit-msg-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.7.1"
rust_util = "0.6"