4 lines
96 B
Rust
4 lines
96 B
Rust
|
|
fn main() {
|
||
|
|
#[cfg(feature = "embed")]
|
||
|
|
minijinja_embed::embed_templates!("templates");
|
||
|
|
}
|