mirror of
https://github.com/xythrez/RustMP.git
synced 2025-04-20 02:03:30 +00:00
12 lines
266 B
TOML
12 lines
266 B
TOML
[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 = "*"
|