Add description and badge
This commit is contained in:
parent
48ec84c399
commit
6a04ccca5b
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "silk"
|
||||
description = "A silky smooth implementation of the Loom architecture"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Anatoly Yakovenko <aeyakovenko@gmail.com>",
|
||||
|
@ -7,6 +8,9 @@ authors = [
|
|||
]
|
||||
license = "APACHE-2.0"
|
||||
|
||||
[badges]
|
||||
codecov = { repository = "https://github.com/loomprotocol/silk.git", branch = "master", service = "github" }
|
||||
|
||||
[features]
|
||||
unstable = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue