mirror of
https://github.com/danbulant/chip8
synced 2026-06-18 22:21:06 +00:00
10 lines
No EOL
210 B
TOML
10 lines
No EOL
210 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" |