12 lines
213 B
TOML
12 lines
213 B
TOML
[package]
|
|
name = "wicked-waifus-protocol-derive"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
syn.workspace = true
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|