Displays available owned games for a GameNight.

This commit is contained in:
2025-07-13 14:29:23 +02:00
parent 0e89bca126
commit 8a48119c80
5 changed files with 96 additions and 4 deletions

View File

@@ -15,3 +15,4 @@ jsonwebtoken = "9.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clear_screen = "0.1"
futures = "0.3"