1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +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();
}