[package] name = "npkill-rs" version = "0.1.0" edition = "2021" authors = ["Mark Onyango"] description = "One tool to find them all, one tool to bring them all and from your drive delete them" keywords = ["node_modules", "npm", "npkill", "cli"] repository = "https://github.com/markonyango/npkill-rs" license-file = "LICENSE" [badges] maintenance = { status = "passively-maintained" } [dependencies] bytesize = "1.1.0" clap = { version = "4.1.6", features = ["cargo", "derive"] } crossterm = "0.25.0" thiserror = "1.0.38" tui = "0.19.0" walkdir = "2.3.2"