about summary refs log tree commit diff
path: root/build.rs
blob: 89e3e6b1aba99268d66e987690d223babc7a5162 (plain) (blame)
1
2
3
4
5
extern crate askama;

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