tagctl 1.2.0

Adds or removes tags to given paths inside square brackets or to extended attributes
Documentation
[[bin]]
name = "tagctl"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.39"

[dependencies.clap]
version = "4.3.19"

[dependencies.clap_complete]
version = "4.3.2"

[dependencies.regex]
version = "1.9.1"

[dependencies.xattr]
version = "1.0.1"

[lib]
name = "tagctl"
path = "src/lib.rs"

[package]
authors = ["KodyVB"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Adds or removes tags to given paths inside square brackets or to extended attributes"
edition = "2021"
keywords = ["xdg", "tags"]
license = "GPL-3.0-or-later"
name = "tagctl"
readme = "README.md"
repository = "https://gitlab.com/KodyVB/tagctl"
version = "1.2.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"