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
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "inkopslista-lib"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }