[[bin]]
name = "git-cf"
path = "src/main.rs"
[dependencies.dialoguer]
version = "0.11.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "commit_formatter"
path = "src/lib.rs"
[package]
authors = ["Elliot <hack00mind@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CLI tool to help you write git commit"
edition = "2024"
homepage = "https://github.com/Eliot00/commit-formatter"
keywords = ["cli", "git"]
license = "MIT OR Apache-2.0"
name = "commit-formatter"
readme = "README.md"
repository = "https://github.com/Eliot00/commit-formatter"
version = "0.3.0"