1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/actix-protobuf/examples/prost-example/Cargo.toml
2020-03-18 04:33:21 +09:00

17 lines
307 B
TOML

[package]
name = "prost-example"
version = "0.5.1"
edition = "2018"
authors = ["kingxsp <jin.hb.zh@outlook.com>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
[dependencies]
bytes = "0.5"
env_logger = "*"
prost = "0.6.0"
prost-derive = "0.6.0"
actix-rt = "1"
actix-web = "2"
actix-protobuf = { path="../../" }