feat: initial commit

This commit is contained in:
rzmk 2023-11-29 09:18:39 -05:00
commit 55162fbad2
No known key found for this signature in database
6 changed files with 478 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "commit-helper"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "ch"
path = "src/main.rs"
[dependencies]
inquire = { version = "0.6.2" }