code: implementing trait based repository

This commit is contained in:
2023-12-31 13:43:18 +01:00
parent e3e8e55bf6
commit c8aefcc0bb
4 changed files with 18 additions and 4 deletions
+1
View File
@@ -46,3 +46,4 @@ tokio = { version = "1.32.0", features = ["full"] }
dunce = "1.0.4"
log = "0.4.20"
env_logger = "0.10.1"
serde_json = "1.0.108"