[package]
edition = "2024"
rust-version = "1.93.1"
name = "tagit-command"
version = "0.6.0"
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI arguments for `tagit`"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/parrrate/opentagit"
[lib]
name = "tagit_command"
path = "src/lib.rs"
[dependencies.clap]
version = "4.5.9"
features = ["derive"]
[dependencies.tagit-changelog-command]
version = "0.1.1"
[dependencies.tagit-sub-command]
version = "0.1.0"