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

move a couple more things to workspace deps

This commit is contained in:
Rob Ede
2023-01-02 20:33:43 +00:00
parent 7ca1024742
commit 91ffa11e19
63 changed files with 145 additions and 141 deletions

View File

@ -8,10 +8,10 @@ name = "websocket-chat-server"
path = "src/main.rs"
[dependencies]
actix = { workspace = true }
actix-files = { workspace = true }
actix-web = { workspace = true }
actix-web-actors = { workspace = true }
actix.workspace = true
actix-files.workspace = true
actix-web.workspace = true
actix-web-actors.workspace = true
env_logger.workspace = true
log.workspace = true