e72e7636a3
Former-commit-id: 2c54b263a81899aaa1310326d5216596b7baa2e8
28 lines
584 B
TOML
28 lines
584 B
TOML
[package]
|
|
name = "arm7tdmi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rustboyadvance-utils = {"path" = "./utils" }
|
|
log = "0.4.8"
|
|
bit = "^0.1"
|
|
cfg-if = "1.0.0"
|
|
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
|
ansi_term = "0.12.1"
|
|
colored = "1.9"
|
|
byteorder = "1"
|
|
num = "0.2.1"
|
|
num-traits = "0.2"
|
|
enum-primitive-derive = "^0.1"
|
|
gdbstub = "0.6.3"
|
|
gdbstub_arch = "0.2.4"
|
|
|
|
[dev-dependencies]
|
|
simple_logger = "2.3.0" # For the examples
|
|
|
|
[build-dependencies]
|
|
bit = "^0.1"
|