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:
@ -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"
|
||||
|
Reference in New Issue
Block a user