fixed-broadcast

This commit is contained in:
2023-10-03 13:43:21 +03:00
parent 8a335e4324
commit 4e08913c3c
3 changed files with 25 additions and 44 deletions

View File

@@ -7,10 +7,11 @@ edition = "2021"
[dependencies]
actix-web = "4.4.0"
tokio = { version = "1", features = ["full"]}
redis = { version = "0.23", features = ["tokio-comp"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
bytes = "1.0"
reqwest = { version = "0.11", features = ["json"] }
futures = "0.3.28"
uuid = { version = "1.4.1", features = ["v4"] }