mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
feat: initial commit
This commit is contained in:
commit
55162fbad2
6 changed files with 478 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue