agb/template/Cargo.toml

21 lines
330 B
TOML
Raw Normal View History

2021-05-23 15:24:00 +10:00
[package]
name = "agb_template"
version = "0.1.0"
authors = [""]
2023-02-08 07:32:35 +11:00
edition = "2021"
2021-05-23 15:24:00 +10:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-20 07:21:09 +11:00
agb = "0.13.0"
2021-05-23 15:24:00 +10:00
[profile.dev]
opt-level = 2
debug = true
2021-05-23 15:24:00 +10:00
[profile.release]
panic = "abort"
lto = true
debug = true
codegen-units = 1