rusty-playground/Cargo.toml

11 lines
240 B
TOML
Raw Normal View History

2020-10-07 23:51:11 +01:00
[package]
2021-06-21 17:13:01 +01:00
name = "rustyplayground"
2020-10-07 23:51:11 +01:00
version = "0.1.0"
authors = ["aj <andrewjpack@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.7.3"