From fd54419abde819ef1a189b07d41af8bf4b410f62 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 21 Mar 2018 15:49:58 -0700 Subject: [PATCH] update cargo metadata --- CHANGES.md | 4 ++-- Cargo.toml | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4158f80ab..bde9f2c62 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ # Changes -## 0.1.0 (2018-03-12) +## 0.1.0 (2018-03-21) -* First release \ No newline at end of file +* First release diff --git a/Cargo.toml b/Cargo.toml index 6a45a2405..d4354d266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,17 @@ name = "actix-protobuf" version = "0.1.0" authors = ["kingxsp "] +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"