[package]
name = "stowr-cli"
version = "0.3.0"
edition = "2021"
license = "GPL-3.0-or-later"
homepage = "https://github.com/XiaoLinXiaoZhu/stowr-cli"
repository = "https://github.com/XiaoLinXiaoZhu/stowr-cli"
authors = ["XiaoLinXiaoZhu"]
keywords = ["cli", "file", "management", "tool", "command-line"]
categories = ["command-line-utilities", "filesystem"]
readme = "readme.md"
description = "A simple CLI tool for file management, including compressing, extracting, renaming, and organizing files."
[dependencies]
clap = { version = "4.4", features = ["derive"] }
stowr-core = "0.3.0"
anyhow = "1.0"
[dev-dependencies]
tempfile = "3.8"
[package.metadata.release]
release = true
publish = true
push = true
tag = true
tag-name = "v{{version}}"
tag-message = "Release stowr-cli version {{version}}"