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]
|
2024-06-19 02:49:56 +10:00
|
|
|
agb = "0.20.5"
|
2021-05-23 15:24:00 +10:00
|
|
|
|
2022-07-31 05:35:26 +10:00
|
|
|
[profile.dev]
|
2023-04-26 05:22:44 +10:00
|
|
|
opt-level = 3
|
2022-07-31 05:35:26 +10:00
|
|
|
debug = true
|
|
|
|
|
2021-05-23 15:24:00 +10:00
|
|
|
[profile.release]
|
2023-04-26 05:22:44 +10:00
|
|
|
opt-level = 3
|
|
|
|
lto = "fat"
|
2022-07-31 05:35:26 +10:00
|
|
|
debug = true
|