gcom 0.1.0

A tool too guide with writing and formatting git commits, based on this article: https://cbea.ms/git-commit/
[dependencies.inquire]
features = ["editor"]
version = "0.6.2"

[dependencies.textwrap]
version = "0.16.0"

[dependencies.thiserror]
version = "1.0.40"

[package]
authors = ["Ethan <ethanmcarlsson@gmail.com>"]
categories = ["command-line-utilities"]
description = "A tool too guide with writing and formatting git commits, based on this article: https://cbea.ms/git-commit/"
edition = "2021"
keywords = ["cli", "commits", "messages"]
license = "MIT"
name = "gcom"
readme = "README.md"
repository = "https://github.com/ethancarlsson/gcom"
version = "0.1.0"