blob: df84237b6f899f47125caddf99421424a4981c23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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" }
|