feat: is able to call a script from a project

This commit is contained in:
2025-02-27 22:02:51 +01:00
parent 9b6996c261
commit ef8deadfd8
8 changed files with 237 additions and 76 deletions

View File

@@ -1,6 +1,7 @@
pub mod cli;
pub mod model;
pub mod plan_reconciler;
pub mod script;
pub mod state;
#[tokio::main]