tvl-depot/web/converse/build.rs

6 lines
78 B
Rust
Raw Normal View History

2018-05-25 18:46:44 +02:00
extern crate askama;
fn main() {
askama::rerun_if_templates_changed();
}