mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 16:32:59 +01:00
15 lines
243 B
TOML
15 lines
243 B
TOML
[package]
|
|
name = "protobuf-example"
|
|
version = "0.1.0"
|
|
authors = ["kingxsp <jin_hb_zh@126.com>"]
|
|
|
|
[dependencies]
|
|
bytes = "0.4"
|
|
futures = "0.1"
|
|
env_logger = "*"
|
|
|
|
prost = "0.2.0"
|
|
prost-derive = "0.2.0"
|
|
|
|
actix = "0.5"
|
|
actix-web = { path="../../" } |