aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/Cargo.toml
blob: 56f89d391cc761759bf5ad964821911893e6f4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tools"
version = "0.1.0"
edition = "2024"

[dependencies]
just_template = "0.1.3"
just_fmt = "0.1.2"
colored = "3.1.1"
toml = "0.8"
serde = { version = "1", features = ["derive"] }