summaryrefslogtreecommitdiff
path: root/gen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gen/Cargo.toml')
-rw-r--r--gen/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/gen/Cargo.toml b/gen/Cargo.toml
new file mode 100644
index 0000000..186082b
--- /dev/null
+++ b/gen/Cargo.toml
@@ -0,0 +1,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"