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