[[bin]]
name = "rona"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.37"
[dependencies.glob]
version = "0.3.2"
[dependencies.regex]
version = "1.11.1"
[lib]
name = "rona"
path = "src/lib.rs"
[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"
keywords = ["cli", "git", "helper", "commands"]
license = "Apache-2.0 OR MIT"
name = "rona"
readme = "README.md"
version = "0.1.0"