2018-03-13 15:13:21 +01:00
|
|
|
[package]
|
|
|
|
name = "prost-example"
|
2020-02-17 16:55:33 +01:00
|
|
|
version = "0.5.1"
|
2020-01-01 19:40:29 +01:00
|
|
|
edition = "2018"
|
2020-09-12 01:52:55 +02:00
|
|
|
authors = [
|
|
|
|
"kingxsp <jin.hb.zh@outlook.com>",
|
|
|
|
"Yuki Okushi <huyuumi.dev@gmail.com>"
|
|
|
|
]
|
2018-03-13 15:13:21 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2022-02-26 00:05:11 +01:00
|
|
|
actix-web = "4"
|
2020-09-11 17:26:15 +02:00
|
|
|
actix-protobuf = { path = "../../" }
|
|
|
|
|
2021-03-21 23:50:26 +01:00
|
|
|
env_logger = "0.8"
|
2022-02-03 23:33:47 +01:00
|
|
|
prost = { version = "0.8", default_features = false, features = ["prost-derive"] }
|