[package] name = "feach" version = "0.1.1" edition = "2021" description = "This tool can foreach dirs and run command." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.2", features = ["derive"] } colored = "2.0.4" walkdir = "2.4.0" tokio = { version = "1", features = ["full"] }