1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/template_askama/build.rs

6 lines
78 B
Rust
Raw Normal View History

2018-04-24 18:12:48 +02:00
extern crate askama;
fn main() {
askama::rerun_if_templates_changed();
}