1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

docs: split chat example

This commit is contained in:
Rob Ede
2024-06-20 01:37:37 +01:00
parent 8aa2c959c4
commit e7ee2a06ab
3 changed files with 77 additions and 73 deletions

View File

@ -23,9 +23,9 @@ tokio = { version = "1", features = ["sync"] }
[dev-dependencies]
actix-rt = "2.6"
actix-web = "4.0.1"
anyhow = "1.0"
futures-util = "0.3.17"
actix-web = "4.8"
anyhow = "1"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"
pretty_env_logger = "0.5"
tokio = { version = "1", features = ["sync"] }