vcpu 0.2.0

A virtual cpu, modeled after the 6502
Documentation
[package]
name        = "vcpu"
version     = "0.2.0"
edition     = "2021"
authors     = ["Gabriel Lugo <dev.gabriel.lugo@gmail.com>"]
repository  = "https://github.com/GTLugo/vcpu"
license     = "MIT OR Apache-2.0"
readme      = "README.md"
description = "A virtual cpu, modeled after the 6502"
keywords    = ["cpu", "mos6502"]
categories  = []

[dependencies]
enumflags2 = "0.7"
strum = { version = "0.26", features = ["derive"] }
itertools = "0.12"
thiserror = "1.0"
# vcpu-derive = { version = "0.1", path = "vcpu_derive" }

[workspace]
resolver = "2"
members = ["vcpu_derive"]