mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
actix examples in actix release version
This commit is contained in:
16
protobuf/Cargo.toml
Normal file
16
protobuf/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "protobuf-example"
|
||||
version = "0.1.0"
|
||||
authors = ["kingxsp <jin_hb_zh@126.com>"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
futures = "0.1"
|
||||
failure = "0.1"
|
||||
env_logger = "*"
|
||||
|
||||
prost = "0.2.0"
|
||||
prost-derive = "0.2.0"
|
||||
|
||||
actix = "0.5"
|
||||
actix-web = "^0.5"
|
Reference in New Issue
Block a user