Added json usage

This commit is contained in:
Lukian 2024-12-05 23:38:43 +01:00
parent c992014d53
commit 669c710f89
2 changed files with 25 additions and 2 deletions

View file

@ -6,4 +6,6 @@ edition = "2021"
[dependencies]
actix-files = "0.6.6"
actix-web = "4"
serde = "1.0.215"
serde_json = "1.0.133"