1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

move a couple more things to workspace deps

This commit is contained in:
Rob Ede
2023-01-02 20:33:43 +00:00
parent 7ca1024742
commit 91ffa11e19
63 changed files with 145 additions and 141 deletions

View File

@ -84,6 +84,9 @@ actix-web = "4"
actix-web-actors = "4.1"
actix-web-lab = "0.18"
actix-ws = "0.2.5"
awc = "3"
env_logger = "0.10"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"
tokio = { version = "1.13.1", features = ["sync"] }