llldap/build.rs

4 lines
96 B
Rust

fn main() {
#[cfg(feature = "embed")]
minijinja_embed::embed_templates!("templates");
}