mrpc/build.rs

4 lines
113 B
Rust
Raw Normal View History

fn main() -> ructe::Result<()> {
ructe::Ructe::new("src/templates".into())?.compile_templates("templates")
}