From beb6e1ccde660b47a72565ec16ab7f88fd1c36bd Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Sun, 12 Apr 2020 16:46:36 +0300 Subject: [PATCH] Compile the actix-protobuf example. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8cd42f9f4..c732420a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ members = [ "actix-cors", "actix-identity", "actix-protobuf", + "actix-protobuf/examples/prost-example", "actix-redis", "actix-session", "actix-web-httpauth",