refactor: Use askama crate for compile-time template type checking

This commit is contained in:
Gerald Pinder 2024-01-03 23:38:08 -05:00
parent 039c5f9659
commit d663b7574b
9 changed files with 364 additions and 778 deletions

View file

@ -6,6 +6,5 @@ pub mod init;
#[cfg(feature = "build")]
pub mod build;
pub mod module_recipe;
mod ops;
pub mod template;