File: Cargo.toml

package info (click to toggle)
rust-threadfin 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: makefile: 2; sh: 1
file content (19 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "threadfin-benchmarks"
version = "0.0.0"
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
license = "MIT"
edition = "2018"

[dependencies.threadfin]
path = ".."

[dev-dependencies]
criterion = "0.3"
num_cpus = "1"
rusty_pool = "0.7"
threadpool = "1"

[[bench]]
name = "pool"
harness = false