[package] name = "run-parts" version = "0.2.2" authors = ["Illya Kysil "] edition = "2021" description = "Run scripts or programs in a directory" license = "Apache-2.0" categories = ["command-line-utilities"] repository = "https://github.com/ikysil/run-parts-rust" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.25" exitcode = "1.1.2" failure = "0.1.8" regex = "1.5.4" lazy_static = "1.4.0" is_executable = "1.0.1" io-mux = "1.4.0"