1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

remove unneeded dependencies

This commit is contained in:
Rob Ede
2023-07-18 17:42:33 +01:00
parent 1a634a983f
commit 2ece131b36
27 changed files with 7 additions and 67 deletions

View File

@ -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