1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00
examples/protobuf/Cargo.toml
2018-07-16 12:36:53 +06:00

19 lines
331 B
TOML

[package]
name = "protobuf-example"
version = "0.1.0"
authors = ["kingxsp <jin_hb_zh@126.com>"]
workspace = "../"
[dependencies]
bytes = "0.4"
futures = "0.1"
failure = "0.1"
env_logger = "*"
prost = "0.2.0"
prost-derive = "0.2.0"
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }