This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/core/arm7tdmi/Cargo.toml
Muhammad Nauman Raza e72e7636a3 hotfix: references to directories
Former-commit-id: 2c54b263a81899aaa1310326d5216596b7baa2e8
2024-03-23 20:29:33 +00:00

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"