tetris/Cargo.toml

11 lines
230 B
TOML
Raw Normal View History

2019-10-27 21:58:03 -07:00
[package]
name = "tetris"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-10-27 23:42:09 -07:00
rand = "0.7"