solana/rayon-threadlimit/Cargo.toml

19 lines
508 B
TOML
Raw Permalink Normal View History

2019-09-12 11:39:39 -07:00
[package]
name = "solana-rayon-threadlimit"
2019-10-02 23:13:19 -07:00
description = "solana-rayon-threadlimit"
documentation = "https://docs.rs/solana-rayon-threadlimit"
2019-09-12 11:39:39 -07:00
readme = "../README.md"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
2019-09-12 11:39:39 -07:00
[dependencies]
lazy_static = { workspace = true }
num_cpus = { workspace = true }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]