source: benchmark/Cargo.toml.in @ d4a4b17

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since d4a4b17 was 49ce636, checked in by Thierry Delisle <tdelisle@…>, 3 years ago

Added Rust cargo file to simplify generation of rust benchmarks

  • Property mode set to 100644
File size: 426 bytes
Line 
1[package]
2name = "cforall-rust-bench"
3version = "@VERSION@"
4authors = ["Cforall"]
5edition = "2018"
6
7[[bin]]
8name = "cycle-tokio"
9path = "@abs_srcdir@/readyQ/cycle.rs"
10
11[[bin]]
12name = "locality-tokio"
13path = "@abs_srcdir@/readyQ/locality.rs"
14
15[features]
16sync = ["tokio/sync"]
17time = ["tokio/time"]
18
19[dependencies]
20clap = "2.33"
21isatty = "0.1"
22num-format = "0.4.0"
23rand = "*"
24tokio = { version = "0.3.0", features = ["full"] }
25
Note: See TracBrowser for help on using the repository browser.