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

           
                                         
 
use askama;

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