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

6 lines
68 B
Rust
Raw Normal View History

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