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

move protobuf support to the example

This commit is contained in:
Nikolay Kim
2018-03-09 05:29:06 -08:00
parent 2068eee669
commit 49e007ff2a
6 changed files with 38 additions and 44 deletions

View File

@ -38,9 +38,6 @@ alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
# sessions
session = ["cookie/secure"]
# protobuf
protobuf = ["prost"]
[dependencies]
actix = "^0.5.2"
@ -90,9 +87,6 @@ tokio-tls = { version="0.1", optional = true }
openssl = { version="0.10", optional = true }
tokio-openssl = { version="0.2", optional = true }
# protobuf
prost = { version="^0.2", optional = true }
[dev-dependencies]
env_logger = "0.5"
skeptic = "0.13"