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