1
0
mirror of https://github.com/actix/examples synced 2025-03-12 00:02:58 +01:00

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();
}