basic project model

This commit is contained in:
Dhanji Prasanna
2025-09-29 09:23:27 +10:00
parent 315596e316
commit c4ee4a6cde
3 changed files with 169 additions and 33 deletions

View File

@@ -1,3 +1,4 @@
pub mod project;
use anyhow::Result;
use g3_config::Config;
use g3_execution::CodeExecutor;