feat: add variables

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-20 23:05:20 +02:00
parent f71b68cd89
commit bbe630e822
14 changed files with 429 additions and 22 deletions

View File

@@ -1,3 +1,7 @@
pub mod process;
pub mod components;
pub use components::*;
pub mod catalog;
pub mod process;
pub use process::{process, process_opts};