agb/mgba-test-runner/Cargo.toml

16 lines
365 B
TOML
Raw Normal View History

2021-04-20 07:21:44 +10:00
[package]
name = "mgba-test-runner"
version = "0.1.0"
authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
anyhow = "1.0"
2021-06-04 19:30:18 +10:00
image = "0.23"
2021-04-20 07:21:44 +10:00
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
2021-06-21 10:03:25 +10:00
bindgen = "0.58.1"