mirror of
https://github.com/henryksloan/kind-nes.git
synced 2025-04-02 10:31:47 -04:00
10 lines
No EOL
196 B
TOML
10 lines
No EOL
196 B
TOML
[package]
|
|
name = "cpu"
|
|
version = "0.1.0"
|
|
authors = ["Henry Sloan <henryksloan@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
memory = { path = "../memory" }
|
|
bitflags = "1.2.1"
|
|
lazy_static = "1.4.0" |