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