1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

refactor: use ractor

This commit is contained in:
Rob Ede
2024-09-12 14:24:41 -04:00
parent f2d1206baa
commit 7259f9417a
6 changed files with 192 additions and 66 deletions

View File

@ -12,14 +12,14 @@ name = "websocket-client"
path = "src/client.rs"
[dependencies]
actix.workspace = true
actix-files.workspace = true
actix-web.workspace = true
actix-web-actors.workspace = true
actix-ws.workspace = true
awc.workspace = true
env_logger.workspace = true
futures-util = { workspace = true, features = ["sink"] }
log.workspace = true
ractor = { version = "0.15", default-features = false }
tokio = { workspace = true, features = ["full"] }
tokio-stream.workspace = true