1
0
mirror of https://github.com/actix/examples synced 2025-08-30 09:48:07 +02:00

reduce futures dep

This commit is contained in:
Rob Ede
2022-03-06 00:15:16 +00:00
parent c5f2a8fcc7
commit e8cd22d2f2
25 changed files with 62 additions and 59 deletions

View File

@@ -4,9 +4,9 @@ version = "1.0.0"
edition = "2021"
[dependencies]
actix = "0.13"
actix-protobuf = "0.7"
actix-web = "4"
env_logger = "0.9"
log = "0.4"
prost = "0.9"