RustMP/Cargo.toml

13 lines
266 B
TOML
Raw Normal View History

2021-04-04 03:32:34 +00:00
[package]
name = "rustmp"
version = "0.1.0"
authors = ["Yiyao Yu <yuydevel@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "*"
hwloc2 = "*"
lazy_static = "*"