[[bin]]
name = "folder-declutter"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.29"
[dev-dependencies.tempfile]
version = "3.16.0"
[lib]
name = "folder_declutter"
path = "src/process_dir.rs"
[package]
authors = ["Ricardo Dantas <ricardodantas@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Folder Declutter is a command-line and library utility written in Rust that helps you free up disk space by automatically deleting files that haven't been modified in a specified number of days."
documentation = "https://docs.rs/folder-declutter"
edition = "2021"
homepage = "https://github.com/ricardodantas/folder-declutter"
keywords = ["cli", "tool", "folder", "declutter"]
license = "Apache-2.0"
license-file = "LICENSE"
name = "folder-declutter"
readme = "README.md"
repository = "https://github.com/ricardodantas/folder-declutter"
version = "0.4.9"