[package] name = "run_shell" version = "0.1.13" authors = ["Andrew Ryan "] description = "shell script written in rust" readme = "README.md" keywords = ["shell", "cmd", "command", "shell-script"] categories = ["development-tools", "command-line-utilities"] license = "MIT" documentation = "https://docs.rs/run_cmd/" repository = "https://gitlab.com/andrew_ryan/run_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"