1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/examples/protobuf/Cargo.toml

17 lines
260 B
TOML
Raw Normal View History

2018-03-09 03:05:13 +01:00
[package]
name = "protobuf-example"
version = "0.1.0"
authors = ["kingxsp <jin_hb_zh@126.com>"]
[dependencies]
bytes = "0.4"
futures = "0.1"
2018-03-09 14:29:06 +01:00
failure = "0.1"
2018-03-09 03:05:13 +01:00
env_logger = "*"
prost = "0.2.0"
prost-derive = "0.2.0"
actix = "0.5"
2018-03-09 14:29:06 +01:00
actix-web = { path="../../" }