Add rdkafka cmake-build feature.

This commit is contained in:
Orne Brocaar 2022-07-20 14:07:53 +01:00
parent cbb1449868
commit 954c408247

View File

@ -54,7 +54,7 @@ gcp_auth = "0.7.2"
lapin = "2.1.1"
tokio-executor-trait = "2.1.0"
tokio-reactor-trait = "1.1.0"
rdkafka = "0.28.0"
rdkafka = { version = "0.28.0", features = ["cmake-build"]}
# gRPC and Protobuf
tonic = "0.7"