From 92670ec92b555383fc31cf42b15d4ea38f8e9c8f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 17 Mar 2026 14:47:25 +0800 Subject: Extract build-time generation code into separate crate --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') 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" -- cgit