mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-18 21:29:24 +00:00
13 lines
229 B
TOML
13 lines
229 B
TOML
[package]
|
|
name = "commit-helper"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "ch"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
arboard = "3.4.1"
|
|
clap = { version = "4.4.12", features = ["derive"] }
|
|
inquire = { version = "0.6.2" }
|