Bill Thiede d9d183b1e5
Some checks failed
continuous-integration/drone/push Build is failing
rtiow: break project into multiple workspaces.
2019-11-09 11:56:33 -08:00

6 lines
78 B
Rust

extern crate askama;
fn main() {
askama::rerun_if_templates_changed();
}