967ccca8dd
I except many bugs to arise.. Former-commit-id: bcc6ea57af803f783b0dd548b50956b3ccda2b1a
20 lines
392 B
TOML
20 lines
392 B
TOML
[package]
|
|
name = "rustboyadvance-ng"
|
|
version = "0.1.0"
|
|
authors = ["Michel Heily <michelheily@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = "*"
|
|
enum-primitive-derive = "^0.1"
|
|
num-traits = "^0.1"
|
|
bit = "^0.1"
|
|
clap = {version = "2.33", features = ["color", "yaml"]}
|
|
rustyline = "5.0.0"
|
|
nom = "5.0.0"
|
|
colored = "1.8"
|
|
ansi_term = "0.11.0"
|
|
hexdump = "0.1.0"
|
|
|
|
[profile.dev]
|
|
opt-level = 0 |