agb/tools/Cargo.toml

12 lines
161 B
TOML
Raw Normal View History

[package]
name = "tools"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = "4"
2023-11-10 07:09:30 +11:00
toml_edit = "0.21"
glob = "0.3"
chrono = "0.4"
2023-04-12 07:29:23 +10:00
dependency-graph = "0.1.5"