initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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 = "*"
|
||||
Reference in New Issue
Block a user