[package] name = "yarustc8e-cli" description = "Command line interface for my Chip-8 emulator." repository = "https://github.com/Maxxls/yarustc8e-cli" 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] yarustc8e = "0.1.3" booldisplay = "0.1.0" image = "0.23.14"