[package] name = "zip_deployer" version = "1.0.0" authors = ["Roger Chi "] edition = "2018" description = "A CLI for efficiently deploying multi-file project to remote server. (zip -> transfer -> unzip -> clean)" license = "MIT" repository = "https://github.com/SouthpawGoblin/zip_deployer" categories = ["command-line-utilities"] keywords = ["zip", "deploy", "ssh"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ssh2 = "^0.8.2" structopt = "^0.3.19" local-encoding = "^0.2.0" zip = "^0.5.8" walkdir = "2" simple-error = "^0.2.2" pbr = "^1.0.3" chrono = "0.4"