aboutsummaryrefslogblamecommitdiffstats
path: root/testing/build.rs
blob: 89e3e6b1aba99268d66e987690d223babc7a5162 (plain) (tree)
1
2
3
4
5
                    

           
                                         
 
extern crate askama;

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