emul8 0.1.2

A simple rust-based toolchain to interoperate and emulate the CHIP-8 architecture
Documentation
[dependencies.clap]
version = "2.33.0"

[dependencies.downcast-rs]
version = "1.1.1"

[dependencies.pest]
version = "2.1.3"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.rand]
version = "0.7.3"

[package]
authors = ["Marc Streckfuß <marc.streckfuss@gmail.com>"]
description = "A simple rust-based toolchain to interoperate and emulate the CHIP-8 architecture"
edition = "2018"
homepage = "https://github.com/MeFisto94/emul8"
license = "MIT"
name = "emul8"
readme = "README.md"
repository = "https://github.com/MeFisto94/emul8"
version = "0.1.2"