agb/template/Cargo.toml

14 lines
255 B
TOML
Raw Normal View History

2021-05-23 15:24:00 +10:00
[package]
name = "agb_template"
version = "0.1.0"
authors = [""]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-10-05 09:43:18 +11:00
agb = "0.7.0"
2021-05-23 15:24:00 +10:00
[profile.release]
panic = "abort"
lto = true