1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 23:05:56 +01:00

18 lines
319 B
TOML
Raw Normal View History

2018-03-13 22:13:21 +08:00
[package]
name = "prost-example"
2020-01-02 03:40:29 +09:00
version = "0.4.0"
edition = "2018"
authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>"]
2018-03-13 22:13:21 +08:00
[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
2020-01-02 03:40:29 +09:00
actix = "0.9"
actix-rt = "1"
actix-web = "2"
2019-10-03 19:12:13 +09:00
actix-protobuf = { path="../../" }