[package]
edition = "2021"
name = "rm_ds_store"
version = "0.2.2"
authors = ["syfangjie@live.cn"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool to help delete Mac OS DS_Stroe files."
homepage = "https://github.com/MikuSugar/rm_ds_store"
documentation = "https://docs.rs/rm_ds_store"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/MikuSugar/rm_ds_store"
[[bin]]
name = "rmds"
path = "src/main.rs"
[dependencies.clap]
version = "4.1.8"
features = ["derive"]