1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 10:59:03 +01:00

update cargo metadata

This commit is contained in:
Nikolay Kim 2018-03-21 15:49:58 -07:00
parent c4ce45b092
commit fd54419abd
2 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Changes
## 0.1.0 (2018-03-12)
## 0.1.0 (2018-03-21)
* First release
* First release

View File

@ -2,6 +2,17 @@
name = "actix-protobuf"
version = "0.1.0"
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
description = "Protobuf support for actix-web framework."
readme = "README.md"
keywords = ["actix"]
homepage = "https://github.com/actix/actix-protobuf"
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config",
"appveyor.yml", "/examples/**"]
[badges]
travis-ci = { repository = "actix/actix-protobuf", branch = "master" }
codecov = { repository = "actix/actix-protobuf", branch = "master", service = "github" }
[lib]
name = "actix_protobuf"