1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

merge project metadata

This commit is contained in:
Rob Ede
2020-01-30 00:31:25 +00:00
parent e05b153039
commit aac1158304
25 changed files with 281 additions and 499 deletions

View File

@ -8,8 +8,7 @@ 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/**"]
exclude = [".travis.yml", ".cargo/config", "/examples/**"]
[badges]
travis-ci = { repository = "actix/actix-protobuf", branch = "master" }
@ -32,9 +31,3 @@ prost = "0.6.0"
[dev-dependencies]
prost-derive = "0.6.0"
[workspace]
members = [
"./",
"examples/prost-example",
]