putzen-cli 1.0.2

helps keeping your disk clean of build and dependency artifacts safely
Documentation
[package]
name = "putzen-cli"
description = "helps keeping your disk clean of build and dependency artifacts safely"
version = "1.0.2"
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
edition = "2021"
license = "GPL-3.0-only"
keywords = ["commandline", "cleanup"]
categories = ["command-line-utilities"]
repository = "https://github.com/sassman/putzen-rs"
include = ["src/**/*", "LICENSE", "*.md"]

[dependencies]
argh = "0.1"
dialoguer = "0.9"
jwalk = "0.6"

[target.'cfg(target_family = "windows")'.dependencies]
remove_dir_all = "0.7.0"

[[bin]]
name = "putzen"
path = "src/bin/putzen.rs"