1
0
mirror of https://github.com/actix/examples synced 2024-11-24 23:02:59 +01:00
examples/template_yarte/build.rs
Juan Aguilar Santillana 7ed8d19b66 Add template yarte
2019-03-12 21:15:53 +01:00

6 lines
68 B
Rust

use yarte::recompile;
fn main() {
recompile::when_changed();
}