rona 2.1.2

A simple CLI tool to help you with your git workflow.
[[bin]]
doc = true
name = "rona"
path = "src/main.rs"

[build-dependencies.hooksmith]
version = "1.7.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.37"

[dependencies.console]
version = "0.15.11"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.glob]
version = "0.3.2"

[dependencies.regex]
version = "1.11.1"

[dev-dependencies.tempfile]
version = "3.19.1"

[package]
authors = ["Tom Planche <tomplanche@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple CLI tool to help you with your git workflow."
edition = "2024"
include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**"]
keywords = ["cli", "git", "helper", "commands"]
license = "Apache-2.0 OR MIT"
name = "rona"
readme = "README.md"
repository = "https://github.com/tomplanche/rona"
version = "2.1.2"