mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
refactor: use ractor
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user