RustMP/Cargo.toml

16 lines
435 B
TOML
Raw Normal View History

2021-04-04 03:32:34 +00:00
[package]
name = "rustmp"
version = "0.1.0"
authors = ["Alex Bowman <abowman6@u.rochester.edu>",
"Raffi Sanna <rsanna@u.rochester.edu>",
"Paul Ouellette <pouellet@u.rochester.edu>",
"Jack Yu <yyu57@u.rochester.edu>"]
2021-04-04 03:32:34 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.3"
hwloc2 = "2.2.0"
lazy_static = "1.4.0"