1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

Make crate 2018 edition

This commit is contained in:
Yuki Okushi 2020-01-02 01:04:00 +09:00
parent 7fb3024ee2
commit 342c711bad
2 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,7 @@
[package]
name = "actix-protobuf"
version = "0.4.1"
edition = "2018"
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
description = "Protobuf support for actix-web framework."
readme = "README.md"

View File

@ -1,17 +1,3 @@
extern crate actix;
extern crate actix_web;
extern crate bytes;
extern crate derive_more;
extern crate futures;
#[cfg(test)]
extern crate http;
extern crate prost;
#[cfg(test)]
#[macro_use]
extern crate prost_derive;
use derive_more::Display;
use std::fmt;
use std::ops::{Deref, DerefMut};