mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
12 lines
161 B
TOML
12 lines
161 B
TOML
[package]
|
|
name = "tools"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = "4"
|
|
toml_edit = "0.22"
|
|
glob = "0.3"
|
|
chrono = "0.4"
|
|
dependency-graph = "0.1.5"
|