summaryrefslogtreecommitdiff
path: root/macros/cmd_system_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/cmd_system_macros/Cargo.toml')
-rw-r--r--macros/cmd_system_macros/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/cmd_system_macros/Cargo.toml b/macros/cmd_system_macros/Cargo.toml
new file mode 100644
index 0000000..4a91064
--- /dev/null
+++ b/macros/cmd_system_macros/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "cmd_system_macros"
+version.workspace = true
+edition = "2024"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+proc-macro2 = "1.0"
+quote = "1.0"
+syn = { version = "2.0", features = ["full", "extra-traits", "visit"] }