1
0
mirror of https://github.com/actix/examples synced 2025-06-29 02:10:36 +02:00

ignore protobuf-example in ci

This commit is contained in:
Rob Ede
2021-10-06 23:12:42 +01:00
parent 900a699fba
commit f623284c71
6 changed files with 39 additions and 28 deletions

View File

@ -1,8 +1,8 @@
#[macro_use]
extern crate prost_derive;
use actix_protobuf::*;
use actix_web::*;
use actix_protobuf::{ProtoBuf, ProtoBufResponseBuilder as _};
use actix_web::{middleware, web, App, HttpResponse, HttpServer, Result};
#[derive(Clone, PartialEq, Message)]
pub struct MyObj {