aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-04 21:53:08 -0800
committerFuwn <[email protected]>2020-12-04 21:53:08 -0800
commit299ef187bb83345ca12796e56a7b5ed8d2e04c67 (patch)
tree44768f0b39ac20755b213c72918cf98f614ff122 /build.rs
parentchore: update log (diff)
downloadchan-test_actix-yarte.tar.xz
chan-test_actix-yarte.zip
not working loltest_actix-yarte
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..7745f71
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,3 @@
+fn main() {
+ yarte_helpers::recompile::when_changed();
+}