1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-23 07:14:35 +01:00

18 lines
309 B
TOML
Raw Normal View History

2018-03-13 22:13:21 +08:00
[package]
name = "prost-example"
2020-02-18 00:55:33 +09:00
version = "0.5.1"
2020-01-02 03:40:29 +09:00
edition = "2018"
2020-09-12 00:52:55 +01:00
authors = [
"kingxsp <jin.hb.zh@outlook.com>",
"Yuki Okushi <huyuumi.dev@gmail.com>"
]
2018-03-13 22:13:21 +08:00
[dependencies]
actix-web = "3.0.0"
actix-protobuf = { path = "../../" }
bytes = "0.5"
2020-09-12 00:52:55 +01:00
env_logger = "0.7"
prost = "0.6.0"
prost-derive = "0.6.0"