Files
solana/Cargo.toml

20 lines
416 B
TOML
Raw Normal View History

2018-02-14 07:23:59 -07:00
[package]
2018-02-16 11:49:21 -07:00
name = "silk"
2018-02-16 12:11:51 -07:00
description = "A silky smooth implementation of the Loom architecture"
2018-02-16 12:24:55 -07:00
version = "0.1.1"
2018-02-16 11:53:14 -07:00
authors = [
"Anatoly Yakovenko <aeyakovenko@gmail.com>",
"Greg Fitzgerald <garious@gmail.com>",
]
2018-02-16 12:17:28 -07:00
license = "Apache-2.0"
2018-02-14 07:23:59 -07:00
2018-02-16 12:11:51 -07:00
[badges]
2018-02-16 12:19:32 -07:00
codecov = { repository = "loomprotocol/silk", branch = "master", service = "github" }
2018-02-16 12:11:51 -07:00
2018-02-14 14:19:30 -07:00
[features]
unstable = []
2018-02-14 07:23:59 -07:00
[dependencies]
rayon = "1.0.0"
2018-02-14 14:19:30 -07:00
itertools = "0.7.6"