13 lines
213 B
TOML
13 lines
213 B
TOML
[package]
|
|
name = "iris-macro"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.103"
|
|
quote = "1.0.42"
|
|
syn = { version = "2.0.111", features = ["full"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|