1 2 3
pub const CARGO_TOML: &str = include_str!("templates/template_Cargo.toml"); pub const LIB_RS: &str = include_str!("templates/template_lib.rs"); pub const DATA_RS_PLACEHOLDER: &str = include_str!("templates/template_data.rs");