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

15 lines
254 B
TOML
Raw Normal View History

2018-03-13 15:13:21 +01:00
[package]
name = "prost-example"
2019-03-07 07:19:57 +01:00
version = "0.3.0"
2018-03-13 15:13:21 +01:00
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
[dependencies]
bytes = "0.4"
env_logger = "*"
2019-03-07 07:19:57 +01:00
prost = "0.4"
prost-derive = "0.4"
2018-03-13 15:13:21 +01:00
actix = "0.8.1"
2019-05-19 00:05:33 +02:00
actix-web = "1.0.0-rc"
2018-03-13 15:13:21 +01:00
actix-protobuf = { path="../../" }