summaryrefslogtreecommitdiff
path: root/gen/Cargo.toml
blob: 52c7d8a8a8923008bc3c94807486c75a494a4ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jv_cli_gen"
edition = "2024"
version.workspace = true

[dependencies]
just_fmt = "0.1.2"

tokio = { version = "1", features = ["full"] }
chrono = "0.4"
toml = "0.9"
regex = "1.12"
just_template = "0.1.3"