[package] name = "prost-example" version = "0.5.1" edition = "2018" authors = ["kingxsp ", "Yuki Okushi "] [dependencies] actix-web = "3.0.0" actix-rt = "1" actix-protobuf = { path = "../../" } bytes = "0.5" env_logger = "*" prost = "0.6.0" prost-derive = "0.6.0"