summaryrefslogtreecommitdiff
path: root/wsh-macros/Cargo.toml
diff options
context:
space:
mode:
authorwrzosik <mia@miangie.dev>2025-11-08 12:34:17 +0100
committerwrzosik <mia@miangie.dev>2025-11-08 12:34:17 +0100
commit19fac4bb712b76ebc46c424ce5750ec61385cea9 (patch)
treeec111773df3d5735d4295ef70c397e81d3acf225 /wsh-macros/Cargo.toml
parent8b2441bcf7325b61aa87e92aa78cfebb00301c0c (diff)
added empty wsh-macros subprojectHEADmain
Diffstat (limited to 'wsh-macros/Cargo.toml')
-rw-r--r--wsh-macros/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/wsh-macros/Cargo.toml b/wsh-macros/Cargo.toml
new file mode 100644
index 0000000..f1ee07a
--- /dev/null
+++ b/wsh-macros/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "wsh-macros"
+version = "0.1.0"
+edition = "2024"
+
+[lib]
+proc-macro = true