[package]
name = "folder-declutter"
version = "0.4.14"
edition = "2021"
authors = ["Ricardo Dantas <ricardodantas@gmail.com>"]
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."
readme = "README.md"
homepage = "https://github.com/ricardodantas/folder-declutter"
repository = "https://github.com/ricardodantas/folder-declutter"
documentation = "https://docs.rs/folder-declutter"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["cli", "tool", "folder", "declutter"]
categories = ["command-line-utilities"]
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
[dev-dependencies]
tempfile = "3.23.0"
[lib]
name = "folder_declutter"
path = "src/process_dir.rs"
[[bin]]
name = "folder-declutter"
path = "src/main.rs"