[package] name = "cargo-scriptify" version = "0.1.0" authors = ["Tim Ryan "] description = "Creates a Rust cargo-script from a shell or Powershell file" license = "MIT OR Apache-2.0" [dependencies] failure = "0.1" structopt = "0.2" commandspec = "0.10"