summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-17 14:47:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-17 14:47:25 +0800
commit92670ec92b555383fc31cf42b15d4ea38f8e9c8f (patch)
treeb2f1479247411027fb41b346d2195e79e38729a1 /Cargo.toml
parent7fcc38d0e76fc4088269cd3ea22c56a60e5db109 (diff)
Extract build-time generation code into separate crate
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"