summaryrefslogtreecommitdiffstats
path: root/front_end/build.rs
blob: a4e6d336565c3dbd01dc48524235093c8704073d (plain)
1
2
3
4
5
use ructe::Ructe;

fn main() {
    Ructe::from_env().unwrap().compile_templates("templates").unwrap();
}