This commit is contained in:
41666 2022-11-20 16:25:17 -05:00
parent aff10840fd
commit 85e8729261
5 changed files with 74 additions and 7 deletions

View file

@ -9,4 +9,6 @@ edition = "2021"
salvo = { version = "0.37.4", features = ["cors"] }
tokio = { version = "1.22.0", features = ["macros"] }
serde_json = "1.0.88"
serde = "1.0.147"
serde = "1.0.147"
redis = "0.22.1"
once_cell = "1.16.0"