[package] authors = ["Tim Ryan "] name = "command-macro" version = "0.1.0" description = "Simple Rust macro for building `std::process::Command` objects. Uses macro_rules! and works on stable." repository = "http://github.com/tcr/command-macro" license = "MIT OR Apache-2.0" [dependencies] shlex = "0.1.1"