askama/testing/build.rs
2018-12-08 21:43:20 +01:00

6 lines
69 B
Rust

use askama;
fn main() {
askama::rerun_if_templates_changed();
}