blob: 4aff09aa23e3610d0db59708afd1ae8da8b2a773 (
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-lang = { path = "../matrix-lang" }
|