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