summaryrefslogtreecommitdiff
path: root/gen/Cargo.toml
blob: 186082b045c2db69e647c2f86d14dd51ec34474e (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 = ["rt", "rt-multi-thread"] }
chrono = "0.4"
toml = "0.9"
regex = "1.12"
just_template = "0.1.3"