agb/tools/Cargo.toml
Corwin 37c30586c3
remove profiles from some projects
these projects are not tested or run on the gba or
are dependencies and therefore follow the binaries settings
2023-05-23 20:10:21 +01:00

12 lines
161 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"