first cut

This commit is contained in:
Jochen
2025-11-21 13:56:36 +11:00
parent 34e55050b3
commit a097c3abef
8 changed files with 17 additions and 8 deletions

View File

@@ -6,6 +6,9 @@ authors = ["G3 Team"]
description = "Web console for monitoring and managing g3 instances"
license = "MIT"
[lib]
path = "src/lib.rs"
[[bin]]
name = "g3-console"
path = "src/main.rs"