initial import

This commit is contained in:
Dhanji Prasanna
2025-09-05 13:01:25 +10:00
parent 8f9b46a189
commit 57626042a9
19 changed files with 4300 additions and 0 deletions

6
src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
use g3_cli::run;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
run().await
}