Lyle Mantooth
13e910091b
Items and dungeons so far. Will be used to make sure the resulting ROM is beatable.
16 lines
361 B
TOML
16 lines
361 B
TOML
[package]
|
|
name = "enemize"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = { version = "3.1.18", features = ["derive"] }
|
|
lazy_static = "1.4"
|
|
rand = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1"
|