1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-22 01:44:20 +00:00
actix-web/examples/protobuf/Cargo.toml

17 lines
260 B
TOML
Raw Normal View History

2018-03-09 02:05:13 +00: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 13:29:06 +00:00
failure = "0.1"
2018-03-09 02:05:13 +00:00
env_logger = "*"
prost = "0.2.0"
prost-derive = "0.2.0"
actix = "0.5"
2018-03-09 13:29:06 +00:00
actix-web = { path="../../" }