Skip to main content

pack_component_template/
lib.rs

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