mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
15 lines
247 B
TOML
15 lines
247 B
TOML
[package]
|
|
name = "prost-example"
|
|
version = "0.2.0"
|
|
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
|
|
|
|
[dependencies]
|
|
bytes = "0.4"
|
|
env_logger = "*"
|
|
|
|
prost = "0.2"
|
|
prost-derive = "0.2"
|
|
|
|
actix = "0.5"
|
|
actix-web = "0.5"
|
|
actix-protobuf = { path="../../" } |