mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
18 lines
266 B
TOML
18 lines
266 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"
|