clubmanager/build.rs

6 lines
111 B
Rust
Raw Permalink Normal View History

2023-09-21 17:44:53 +00:00
use ructe::{Result, Ructe};
fn main() -> Result<()> {
Ructe::from_env()?.compile_templates("templates")
}