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

Clean up metadata

This commit is contained in:
Yuki Okushi
2020-01-30 18:08:20 +09:00
parent a0337d7851
commit d8f3f94ece
4 changed files with 8 additions and 16 deletions

View File

@ -6,13 +6,10 @@ authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>
description = "Protobuf support for actix-web framework."
readme = "README.md"
keywords = ["actix"]
homepage = "https://github.com/actix/actix-protobuf"
homepage = "https://github.com/actix/actix-extras"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT/Apache-2.0"
exclude = [".travis.yml", ".cargo/config", "/examples/**"]
[badges]
travis-ci = { repository = "actix/actix-protobuf", branch = "master" }
codecov = { repository = "actix/actix-protobuf", branch = "master", service = "github" }
exclude = [".cargo/config", "/examples/**"]
[lib]
name = "actix_protobuf"