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/Cargo.toml

16 lines
339 B
TOML
Raw Normal View History

2019-06-21 11:08:18 +01:00
[package]
name = "rustboyadvance"
version = "0.1.0"
authors = ["Michel Heily <michelheily@gmail.com>"]
edition = "2018"
[dependencies]
2019-06-23 00:57:14 +01:00
byteorder = "*"
2019-06-24 20:02:00 +01:00
enum-primitive-derive = "^0.1"
num-traits = "^0.1"
bit = "^0.1"
2019-06-25 01:07:47 +01:00
clap = {version = "2.33", features = ["color", "yaml"]}
rustyline = "5.0.0"
2019-06-25 02:59:18 +01:00
nom = "5.0.0"
colored = "1.8"
hexdump = "0.1.0"