agb/Cargo.toml

21 lines
390 B
TOML
Raw Normal View History

2021-03-07 04:58:59 +11:00
[package]
2021-04-16 06:58:02 +10:00
name = "agb"
2021-03-07 04:58:59 +11:00
version = "0.1.0"
authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
edition = "2018"
2021-04-16 07:02:25 +10:00
description = "Library for Game Boy Advance Development"
2021-04-16 07:04:53 +10:00
license = "MPL-2.0"
2021-03-07 04:58:59 +11:00
[profile.dev]
opt-level = 2
2021-03-07 04:58:59 +11:00
[profile.release]
panic = "abort"
lto = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.0"