mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 08:41:34 +11:00
20 lines
309 B
TOML
20 lines
309 B
TOML
[package]
|
|
name = "agb-tests"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = true
|
|
|
|
[dependencies]
|
|
agb = { version = "*", path = "../agb", features = ["testing"] }
|
|
|
|
[package.metadata.docs.rs]
|
|
default-target = "thumbv6m-none-eabi"
|
|
targets = []
|