[package] name = "cargo-prepare" version = "0.0.0" authors = ["Cecile Tonglet "] edition = "2018" description = "A tool that allows installing the dependencies separately (useful for Docker)" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" cargo_metadata = "0.12" structopt = "0.3" tempfile = "3"