1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

prepare actix-protobuf release 0.8.0

This commit is contained in:
Rob Ede
2022-06-26 00:36:27 +01:00
parent a42ca24327
commit d09299390a
3 changed files with 9 additions and 7 deletions

View File

@ -1,17 +1,16 @@
[package]
name = "actix-protobuf"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
authors = [
"kingxsp <jin.hb.zh@outlook.com>",
"Yuki Okushi <huyuumi.dev@gmail.com>"
"Yuki Okushi <huyuumi.dev@gmail.com>",
]
description = "Protobuf support for Actix web"
keywords = ["actix", "protobuf", "protocol", "rpc"]
keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
exclude = [".cargo/config", "/examples/**"]
[lib]
name = "actix_protobuf"