Files
jane/Cargo.toml
Daniel Bauer d54427c2b3 initial commit
2019-12-23 16:31:09 +01:00

14 lines
246 B
TOML

[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 = "*"