polykill 1.2.0

Lightweight command line utility for removing dependencies and build artifacts from unused projects.
[dependencies.clap]
features = ["derive"]
version = "4.2.2"

[dependencies.console]
version = "0.15.5"
[dev-dependencies.assert_cmd]
version = "2.0.11"

[dev-dependencies.assert_fs]
version = "1.0.13"

[dev-dependencies.predicates]
version = "3.0.3"

[package]
authors = ["Bryn Deering"]
categories = ["command-line-utilities", "development-tools", "filesystem"]
description = "Lightweight command line utility for removing dependencies and build artifacts from unused projects."
edition = "2021"
homepage = "https://github.com/Bdeering1/polykill#readme"
keywords = ["cli", "filesystem", "tools", "node", "cargo"]
license = "MIT"
name = "polykill"
readme = "README.md"
repository = "https://github.com/Bdeering1/polykill"
version = "1.2.0"