about summary refs log tree commit diff
path: root/web/converse/build.rs
extern crate askama;

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