[dependencies]
[package]
authors = ["bynect <68197565+bynect@users.noreply.github.com>"]
categories = ["compilers", "emulators", "development-tools"]
description = """
An Intel 8080 library crate written in Rust that provides an assembler, a disassembler and an emulator with example executables.
"""
edition = "2018"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["intel8080", "asm", "assembler", "disassebler", "8080"]
license = "MIT"
name = "intel-8080-kit"
readme = "README.md"
repository = "https://github.com/bynect/intel-8080-kit"
version = "0.1.1"