From 6a04ccca5ba622b346b5361d172d9c79789c7405 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 16 Feb 2018 12:11:51 -0700 Subject: [PATCH] Add description and badge --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5561f6d7b1..77bcd93020 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "silk" +description = "A silky smooth implementation of the Loom architecture" version = "0.1.0" authors = [ "Anatoly Yakovenko ", @@ -7,6 +8,9 @@ authors = [ ] license = "APACHE-2.0" +[badges] +codecov = { repository = "https://github.com/loomprotocol/silk.git", branch = "master", service = "github" } + [features] unstable = []