tvl-depot/build.rs
2018-05-27 15:00:41 +02:00

5 lines
78 B
Rust

extern crate askama;
fn main() {
askama::rerun_if_templates_changed();
}