This commit is contained in:
2025-09-20 20:36:57 -05:00
commit 39208984f8
11 changed files with 4454 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "rossnome"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.32.3"
tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "macros"] }