[package] name = "cloudwrap" version = "0.0.1" authors = ["Stephen Cirner "] license = "Apache-2.0" repository = "https://github.com/scirner22/cloudwrap" homepage = "https://github.com/scirner22/cloudwrap" description = """ Wrapper utility that injects configuration fields into an executable command. """ [dependencies] chrono = "0.4" clap = { version = "2.31", features = ["yaml"] } prettytable-rs = "0.6" rusoto_core = "0.32" rusoto_ssm = "0.32"