cbddeffd91
Former-commit-id: 177b8966159ed86472b0d4d031363df72d46807a
21 lines
405 B
TOML
21 lines
405 B
TOML
[package]
|
|
name = "rustboyadvance-ng"
|
|
version = "0.1.0"
|
|
authors = ["Michel Heily <michelheily@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = "*"
|
|
num = "0.2.0"
|
|
num-traits = "0.2"
|
|
enum-primitive-derive = "^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 |