Added json usage

This commit is contained in:
Lukian 2024-12-05 23:38:43 +01:00
parent c3888c61f9
commit 8316a35e9e
2 changed files with 40 additions and 16 deletions

View file

@ -7,3 +7,6 @@ edition = "2021"
actix-files = "0.6.6"
actix-web = "4"
sqlite = "0.36.1"
serde = "1.0.215"
serde_json = "1.0.133"