mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 09:48:53 +00:00
d98485d3cb
And a test for it. This is required if you want to have structures in your tracked structs. Looks we need one for salsa::DebugWithDb, too.
15 lines
254 B
TOML
15 lines
254 B
TOML
[package]
|
|
name = "salsa-2022-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.4"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
eyre = "0.6.5"
|
|
syn = { version = "2.0.64", features = ["visit-mut"] }
|
|
synstructure = "0.13.1"
|