1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/template_yarte/build.rs

4 lines
52 B
Rust
Raw Normal View History

2019-03-12 21:15:53 +01:00
fn main() {
2019-11-19 10:56:19 +01:00
yarte::recompile::when_changed();
2019-03-12 21:15:53 +01:00
}