aboutsummaryrefslogtreecommitdiff
path: root/utils/macro_rules/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-08 15:23:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-08 15:23:24 +0800
commitfc0d77d6838b16d811ffe5e999d3d77d499b470f (patch)
tree00565a452f9045b4fb357ae04a1cae349163839a /utils/macro_rules/Cargo.toml
chore: initialize project workspace and movement plugin
Diffstat (limited to 'utils/macro_rules/Cargo.toml')
-rw-r--r--utils/macro_rules/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/macro_rules/Cargo.toml b/utils/macro_rules/Cargo.toml
new file mode 100644
index 0000000..18cc902
--- /dev/null
+++ b/utils/macro_rules/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "ch-macro-rules"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]