1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 18:59:04 +01:00

16 lines
259 B
TOML
Raw Normal View History

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