llldap/build.rs

4 lines
96 B
Rust
Raw Permalink Normal View History

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