mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
11 lines
158 B
TOML
11 lines
158 B
TOML
[package]
|
|
name = "commit-helper"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "ch"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
inquire = { version = "0.6.2" }
|