RustMP/Cargo.toml

12 lines
241 B
TOML

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