chip8/Cargo.toml
2023-01-27 12:21:51 +01:00

11 lines
No EOL
231 B
TOML

[package]
name = "chip8"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
debug_print = "1.0.0"
spin_sleep = "1.1.1"