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