1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

6 lines
78 B
Rust
Raw Normal View History

2018-04-24 09:12:48 -07:00
extern crate askama;
fn main() {
askama::rerun_if_templates_changed();
}