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:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user