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

Adapting protobuf example to use actix_protobuf

This commit is contained in:
Stefan Puhlmann
2019-05-21 22:09:27 +02:00
parent 343e240807
commit fdf061610d
4 changed files with 29 additions and 132 deletions

View File

@ -10,7 +10,9 @@ bytes = "0.4"
futures = "0.1"
env_logger = "0.6"
derive_more = "0.14"
prost = "0.2.0"
prost-derive = "0.2.0"
prost = "0.4.0"
prost-derive = "0.4.0"
actix-web = "1.0.0-beta.4"
actix = "0.8.1"
actix-web = "1.0.0-rc"
actix-protobuf = "0.4.0"