Start, I ... am stuck on UI design again I'm quitting for now

This commit is contained in:
2026-05-04 14:21:25 +02:00
parent 455d3ad512
commit 17868cd229
6 changed files with 5362 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "prt-ews"
authors = ["inorishio"]
version = "0.0.1"
edition = "2024"
[dependencies]
eframe = "0.34.1"
egui = "0.34.1"
reqwest = "0.13.2"
open = "5.3.3"
tokio = "1.52.0"
serde = "1.0.228"
serde_json = "1.0.149"
indicatif = "0.18.4"
directories = "6.0.0"
anyhow = "1.0.102"