chip8/Cargo.toml
2023-01-25 11:27:50 +01:00

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"