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:
@ -5,13 +5,13 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { workspace = true, features = ["openssl"] }
|
||||
awc = "3"
|
||||
awc.workspace = true
|
||||
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
env_logger.workspace = true
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
futures-util.workspace = true
|
||||
log.workspace = true
|
||||
reqwest = { version = "0.11", features = ["stream"] }
|
||||
tokio = { version = "1.13.1", features = ["sync"] }
|
||||
tokio.workspace = true
|
||||
tokio-stream = { version = "0.1.3", features = ["sync"] }
|
||||
url = "2.2"
|
||||
|
Reference in New Issue
Block a user