fix(build): Add Askama build script
This commit is contained in:
parent
1ec31e8c45
commit
c2a551146d
1 changed files with 5 additions and 0 deletions
5
build.rs
Normal file
5
build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
extern crate askama;
|
||||
|
||||
fn main() {
|
||||
askama::rerun_if_templates_changed();
|
||||
}
|
Loading…
Reference in a new issue