mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
move a couple more things to workspace deps
This commit is contained in:
@ -14,5 +14,5 @@ env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tokio = { version = "1.13.1", features = ["sync", "rt-multi-thread", "macros"] }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
||||
tokio-util = "0.7.4"
|
||||
|
Reference in New Issue
Block a user