summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4eba850..9a957ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ homepage = "https://github.com/JustEnoughVCS/CommandLine/"
[workspace]
members = [
+ "gen",
"utils/",
"tools/build_helper",
"macros/cmd_system_macros",
@@ -37,13 +38,8 @@ panic = "abort"
strip = true
[build-dependencies]
-just_fmt = "0.1.2"
-
+jv_cli_gen = { path = "gen" }
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
-chrono = "0.4"
-toml = "0.9"
-regex = "1.12"
-just_template = "0.1.0"
[workspace.dependencies]
proc-macro2 = "1.0"