This commit is contained in:
2025-08-06 01:31:20 +02:00
commit 2f0db251b1
5 changed files with 3949 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "sm-admingate"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.32.0"
egui = "0.32.0"