depot/third_party/tvl/web/converse/build.rs

6 lines
78 B
Rust
Raw Normal View History

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