cargo-dockerfile 0.1.1

cargo dockerfile is a cargo plugin for generating Dockerfiles out of your Rust project
1
2
3
pub const CARGO_TOML: &str = "Cargo.toml";
pub const MAIN_RS: &str = "main.rs";
pub const LIB_RS: &str = "lib.rs";