[package] name = "clean-workspace" version = "1.1.0" authors = ["Phillip Couto "] edition = "2021" description = "Utility to remove package folders from projects in a workspace" repository = "https://gitlab.com/phillipcouto/clean-workspace" license = "MIT" keywords = ["clean", "workspace", "nodejs", "rust"] categories = ["command-line-utilities"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" clap = { version = "4.3.19", features = ["derive"] }