commit-formatter 0.2.1

A CLI tool to help you write git commit
Documentation
[[bin]]
name = "git-cf"
path = "src/main.rs"
[dependencies.console]
version = "0.14.1"

[dependencies.dialoguer]
version = "0.8.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>"]
description = "A CLI tool to help you write git commit"
edition = "2021"
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"
resolver = "2"
version = "0.2.1"