[package] name = "rmf" version = "0.2.5" authors = ["Jack "] edition = "2018" description = "visual rm -rf" repository = "https://github.com/jchoi5me/rmf" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ansi_term = "0.11" rayon = "1.1" structopt = "0.2" walkdir = "2"