initial commit

This commit is contained in:
Daniel Bauer
2019-12-23 16:31:09 +01:00
commit d54427c2b3
9 changed files with 1349 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "NESemu"
version = "0.1.0"
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
edition = "2018"
[features]
test = []
[dependencies]
log = "*"
simple_logger = "*"
phf = { version = "0.8", features = ['macros'] }
failure = "*"