mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
6 lines
78 B
Rust
6 lines
78 B
Rust
|
extern crate askama;
|
||
|
|
||
|
fn main() {
|
||
|
askama::rerun_if_templates_changed();
|
||
|
}
|