Add description and badge

This commit is contained in:
Greg Fitzgerald 2018-02-16 12:11:51 -07:00
parent 48ec84c399
commit 6a04ccca5b
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[package] [package]
name = "silk" name = "silk"
description = "A silky smooth implementation of the Loom architecture"
version = "0.1.0" version = "0.1.0"
authors = [ authors = [
"Anatoly Yakovenko <aeyakovenko@gmail.com>", "Anatoly Yakovenko <aeyakovenko@gmail.com>",
@ -7,6 +8,9 @@ authors = [
] ]
license = "APACHE-2.0" license = "APACHE-2.0"
[badges]
codecov = { repository = "https://github.com/loomprotocol/silk.git", branch = "master", service = "github" }
[features] [features]
unstable = [] unstable = []