diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-17 14:47:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-17 14:47:25 +0800 |
| commit | 92670ec92b555383fc31cf42b15d4ea38f8e9c8f (patch) | |
| tree | b2f1479247411027fb41b346d2195e79e38729a1 /Cargo.toml | |
| parent | 7fcc38d0e76fc4088269cd3ea22c56a60e5db109 (diff) | |
Extract build-time generation code into separate crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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" |
