You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
266 B
13 lines
266 B
[package]
|
|
name = "nesfuzz"
|
|
version = "0.1.0"
|
|
authors = ["sarah@openprivacy.ca"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
minifb = "0.19.3"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
font8x8 = "0.3.1"
|
|
priority-queue = "1.2.0"
|
|
hamming = "0.1.3"
|
|
|