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

12 lines
271 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"
clap = {version = "2.33", features = ["color", "yaml"]}