1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Add protobuf support

This commit is contained in:
kingxsp
2018-03-09 10:05:13 +08:00
parent ebdc983dfe
commit a0b589eb96
11 changed files with 400 additions and 0 deletions

View File

@ -60,6 +60,7 @@ rand = "0.4"
regex = "0.2"
serde = "1.0"
serde_json = "1.0"
prost = "^0.2"
sha1 = "0.6"
smallvec = "0.6"
time = "0.1"
@ -109,6 +110,7 @@ members = [
"examples/diesel",
"examples/r2d2",
"examples/json",
"examples/protobuf",
"examples/hello-world",
"examples/http-proxy",
"examples/multipart",