2021-04-04 03:32:34 +00:00
|
|
|
[package]
|
|
|
|
name = "rustmp"
|
|
|
|
version = "0.1.0"
|
2021-04-26 03:45:49 +00:00
|
|
|
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]
|
2021-04-26 03:45:49 +00:00
|
|
|
rand = "0.8.3"
|
|
|
|
hwloc2 = "2.2.0"
|
|
|
|
lazy_static = "1.4.0"
|