hello.neon.js/native/Cargo.toml

20 lines
336 B
TOML

[package]
name = "thread-count"
version = "0.1.0"
authors = ["AJ ONeal <coolaj86@gmail.com>"]
license = "MPL-2.0"
build = "build.rs"
exclude = ["artifacts.json", "index.node"]
[lib]
name = "thread_count"
crate-type = ["dylib"]
[build-dependencies]
neon-build = "0.2.0"
[dependencies]
neon = "0.2.0"
num_cpus = "1.4.0"
rand = "0.6.1"