aboutsummaryrefslogblamecommitdiff
path: root/src/build.rs
blob: 9a6d3c39c2fc78be4157910a2e2ba89476129fe5 (plain) (tree)
1
2
3
4
5




                                                     
use ructe::{Result, Ructe};

fn main() -> Result<()> {
    Ructe::from_env()?.compile_templates("templates")
}