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

docs: clean up ws examples

This commit is contained in:
Rob Ede
2024-06-20 01:55:14 +01:00
parent e7ee2a06ab
commit 7e21fd753e
5 changed files with 52 additions and 41 deletions

View File

@ -22,10 +22,9 @@ futures-core = "0.3.17"
tokio = { version = "1", features = ["sync"] }
[dev-dependencies]
actix-rt = "2.6"
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"] }
tokio = { version = "1", features = ["sync", "rt", "macros"] }
tracing = "0.1.30"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }