0cb4fbf6b4
Co-authored-by: naskya <m@naskya.net>
16 lines
330 B
TOML
16 lines
330 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
rust-version = "1.74"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
macros-impl = { workspace = true }
|
|
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true, features = ["std"] }
|