Files
yaak/src-tauri/yaak_templates/src/lib.rs
2024-08-16 08:31:19 -07:00

5 lines
74 B
Rust

pub mod parser;
pub mod renderer;
pub use parser::*;
pub use renderer::*;