1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 23:05:56 +01:00

Merge pull request #45 from pfrenssen/check-prost-example

Compile the actix-protobuf example during CI test runs
This commit is contained in:
Yuki Okushi 2020-04-13 23:40:12 +09:00 committed by GitHub
commit 6b5215d439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ members = [
"actix-cors", "actix-cors",
"actix-identity", "actix-identity",
"actix-protobuf", "actix-protobuf",
"actix-protobuf/examples/prost-example",
"actix-redis", "actix-redis",
"actix-session", "actix-session",
"actix-web-httpauth", "actix-web-httpauth",