mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
remove unneeded dependencies
This commit is contained in:
@ -7,9 +7,7 @@ edition = "2021"
|
||||
actix-files.workspace = true
|
||||
actix-web.workspace = true
|
||||
actix-ws.workspace = true
|
||||
awc.workspace = true
|
||||
|
||||
derive_more.workspace = true
|
||||
env_logger.workspace = true
|
||||
futures-util.workspace = true
|
||||
log.workspace = true
|
||||
|
@ -19,7 +19,6 @@ actix-web.workspace = true
|
||||
actix-web-actors.workspace = true
|
||||
|
||||
byteorder = "1.2"
|
||||
bytes = "1"
|
||||
env_logger.workspace = true
|
||||
futures-util = { workspace = true, features = ["sink"] }
|
||||
log.workspace = true
|
||||
|
@ -16,5 +16,3 @@ actix-web-actors.workspace = true
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand.workspace = true
|
||||
serde = "1"
|
||||
serde_json.workspace = true
|
||||
|
@ -7,7 +7,6 @@ edition = "2021"
|
||||
actix-files.workspace = true
|
||||
actix-web.workspace = true
|
||||
actix-ws.workspace = true
|
||||
awc.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
futures-util.workspace = true
|
||||
|
@ -13,7 +13,6 @@ path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
actix.workspace = true
|
||||
actix-codec.workspace = true
|
||||
actix-files.workspace = true
|
||||
actix-web.workspace = true
|
||||
actix-web-actors.workspace = true
|
||||
|
Reference in New Issue
Block a user