[package] name = "yarustc8e" description = "Yet Another Rust Chip-8 Emulator - backend of a Chip-8 emulator." repository = "https://github.com/Maxxls/yarustc8e" version = "0.1.4" authors = ["Maxim Kuznetsov "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3"