solana/Cargo.toml

20 lines
439 B
TOML

[package]
name = "silk"
description = "A silky smooth implementation of the Loom architecture"
version = "0.1.0"
authors = [
"Anatoly Yakovenko <aeyakovenko@gmail.com>",
"Greg Fitzgerald <garious@gmail.com>",
]
license = "Apache-2.0"
[badges]
codecov = { repository = "https://github.com/loomprotocol/silk.git", branch = "master", service = "github" }
[features]
unstable = []
[dependencies]
rayon = "1.0.0"
itertools = "0.7.6"