askama/testing/build.rs
2017-02-08 18:34:25 +01:00

6 lines
78 B
Rust

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