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:
parent
c4ce45b092
commit
fd54419abd
@ -1,5 +1,5 @@
|
||||
# Changes
|
||||
|
||||
## 0.1.0 (2018-03-12)
|
||||
## 0.1.0 (2018-03-21)
|
||||
|
||||
* First release
|
||||
* First release
|
||||
|
11
Cargo.toml
11
Cargo.toml
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user