summaryrefslogtreecommitdiff
path: root/systems/_framework/space_macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_framework/space_macro/Cargo.toml')
-rw-r--r--systems/_framework/space_macro/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/systems/_framework/space_macro/Cargo.toml b/systems/_framework/space_macro/Cargo.toml
new file mode 100644
index 0000000..dea3f21
--- /dev/null
+++ b/systems/_framework/space_macro/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "space_macro"
+version.workspace = true
+edition = "2024"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+syn.workspace = true
+quote.workspace = true
+proc-macro2.workspace = true
+just_fmt.workspace = true