diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
| commit | fb2ffa849a2cf9251cc274ebea5daa9898579787 (patch) | |
| tree | 53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /Cargo.toml | |
| parent | 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff) | |
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |
