You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
349 B
TOML

[package]
name = "libstress"
3 years ago
version = "0.7.1-alpha.1"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# external deps
num_cpus = "1.13.0"
crossbeam-channel = "0.5.1"
rayon = "1.5.1"
log = "0.4.14"
rand = "0.8.4"