chip8/Cargo.toml

11 lines
233 B
TOML
Raw Normal View History

2020-06-14 05:57:43 +00:00
[package]
name = "chip8"
version = "0.1.0"
authors = ["paoda <musukarekai@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"