mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
21 lines
278 B
TOML
21 lines
278 B
TOML
[package]
|
|
name = "tools"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = "4"
|
|
toml_edit = "0.19"
|
|
glob = "0.3"
|
|
chrono = "0.4"
|
|
dependency-graph = "0.1.5"
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "fat"
|
|
debug = true
|
|
codegen-units = 1 |