minauthator/lib/http_server/build.rs
Matthieu Bessat 3713cc2443 refactor: structure of an hexagonal architecture
Created a kernel crate to store models and future action implementations.
Will be useful to create admin cli.
2024-12-01 21:51:16 +01:00

3 lines
70 B
Rust

fn main() {
minijinja_embed::embed_templates!("src/templates");
}