[package] name = "container-run" version = "0.6.0" authors = ["michael mccune "] edition = "2021" description = "An opinionated wrapper for running commands in containers" readme = "README.md" homepage = "https://gitlab.com/elmiko/container-run" repository = "https://gitlab.com/elmiko/container-run" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" simple-log = "1.3.2" serde = "1.0" serde_yaml = "0.9" anyhow = "1.0"