summaryrefslogtreecommitdiff
path: root/macros/comp_system_macros/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 /macros/comp_system_macros/Cargo.toml
parent4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff)
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'macros/comp_system_macros/Cargo.toml')
-rw-r--r--macros/comp_system_macros/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/comp_system_macros/Cargo.toml b/macros/comp_system_macros/Cargo.toml
new file mode 100644
index 0000000..f571f29
--- /dev/null
+++ b/macros/comp_system_macros/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "comp_system_macros"
+version.workspace = true
+edition = "2024"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+proc-macro2.workspace = true
+quote.workspace = true
+syn = { workspace = true, features = ["visit"] }