[package] name = "chip_8_cpu_emulator" version = "0.1.0" edition = "2021" author = ["Janath JSK jskutility22@gmail.com"] description = "chip 8 cpu emulator written rust" license = "MIT" keywords = ["emulator", "chip8", "janath", "jsk"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"