# https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "buildah-rs" description = "Wrapper around the Buildah CLI tool. For people who prefer Rust over Bash." keywords = ["buildah", "container", "oci", "dockerfile"] categories = ["api-bindings", "development-tools"] homepage = "https://github.com/Dennis-Krasnov/Buildah-Rust" repository = "https://github.com/Dennis-Krasnov/Buildah-Rust" version = "0.3.0" authors = ["Dennis Krasnov "] license = "Apache-2.0" edition = "2018" [dependencies] tracing = "0.1"