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

17 lines
307 B
TOML
Raw Normal View History

2018-03-13 15:13:21 +01:00
[package]
name = "prost-example"
2020-02-17 16:55:33 +01:00
version = "0.5.1"
2020-01-01 19:40:29 +01:00
edition = "2018"
2020-02-17 16:55:33 +01:00
authors = ["kingxsp <jin.hb.zh@outlook.com>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
2018-03-13 15:13:21 +01:00
[dependencies]
bytes = "0.5"
2018-03-13 15:13:21 +01:00
env_logger = "*"
prost = "0.6.0"
prost-derive = "0.6.0"
2018-03-13 15:13:21 +01:00
2020-01-01 19:40:29 +01:00
actix-rt = "1"
actix-web = "2"
2019-10-03 12:12:13 +02:00
actix-protobuf = { path="../../" }