[package] name = "rm-node" version = "1.0.0" edition = "2021" license = "MIT" description = "Delete node_modules, package-lock.json and/or yarn.lock quickly and asynchronously on all platforms" repository = "https://github.com/samarmohan/rm-node" homepage = "https://github.com/samarmohan/rm-node" keywords = ["io", "cross-platform", "async", "javascript", "cli"] categories = ["command-line-utilities"] readme = "README.md" authors = ["Samar Mohan "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.16.1", features = ["full"] } delete = "1.0.1" clap = { version = "3.0.14", features = ["default"] } ansi_term = "0.12.1" indicatif = "0.16.2"