[package] name = "cargo-dockerimage" version = "0.1.0" authors = ["bishtpawan "] license = "Apache-2.0" description = "A cargo sub-commnad to create and build docker image" repository = "https://github.com/bishtpawan/cargo-dockerimage" keywords = ["docker", "plugin"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cargo_toml = "0.8.0" log = "0.4.6" env_logger = "0.5.12"