From a888c09bd54de77fb2004754a0e14ce14a906232 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 23 Feb 2024 11:32:47 -0500 Subject: more changes --- matrix-macros/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 matrix-macros/Cargo.toml (limited to 'matrix-macros/Cargo.toml') 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" } -- cgit v1.2.3-freya