Load shopping list from server on app startup

This commit is contained in:
2025-12-20 20:35:54 +01:00
parent 8059ab7b85
commit 22f829f579
10 changed files with 1503 additions and 1697 deletions
+3
View File
@@ -4,6 +4,9 @@ version = "0.0.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.12.26", features = ["json"] }
inkopslista-lib = { path = "../inkopslista-lib" }
tokio = { version = "1.48.0", features = ["full"] }
[dependencies.slint]
version = "1.14.1"