summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-26 15:55:10 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-26 15:55:10 +0800
commitfb2ffa849a2cf9251cc274ebea5daa9898579787 (patch)
tree53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /Cargo.toml
parent4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff)
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d805dad..d66723d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ members = [
"utils/",
"tools/build_helper",
"macros/cmd_system_macros",
+ "macros/comp_system_macros",
"macros/helpdoc_system_macros",
"macros/render_system_macros",
]
@@ -61,6 +62,7 @@ serde = { version = "1", features = ["derive"] }
cli_utils = { path = "utils" }
just_enough_vcs = { path = "../VersionControl", features = ["all"] }
cmd_system_macros = { path = "macros/cmd_system_macros" }
+comp_system_macros = { path = "macros/comp_system_macros" }
helpdoc_system_macros = { path = "macros/helpdoc_system_macros" }
render_system_macros = { path = "macros/render_system_macros" }