commando 0.2.0

A CLI tool that help you write conventional commit messages interactively.
[[bin]]
name = "commando"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.29.0"

[package]
authors = ["Hammed Anuoluwapo Pelumi <stationphast@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool that help you write conventional commit messages interactively."
edition = "2021"
homepage = "https://github.com/phastboy/commando"
keywords = ["cli"]
license = "MIT"
name = "commando"
readme = "README.md"
repository = "https://github.com/phastboy/commando"
version = "0.2.0"