1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/examples/prost-example/Cargo.toml
2018-04-11 14:39:19 +08:00

15 lines
247 B
TOML

[package]
name = "prost-example"
version = "0.2.0"
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
[dependencies]
bytes = "0.4"
env_logger = "*"
prost = "0.2"
prost-derive = "0.2"
actix = "0.5"
actix-web = "0.5"
actix-protobuf = { path="../../" }