[package] name = "rust-shell" version = "0.2.0" authors = ["Daichi Hirono "] license = "MIT" description = "Helper library for std::process::Command to write shell script like tasks in rust" repository = "https://github.com/google/rust-shell" [dependencies] errno = "0.2.8" lazy_static = "1.0" libc = "0.2" log = "0.3.8" regex = "0.2" env_logger = "0.4.3" nom = "3.2"