mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 17:49:46 +00:00
dbc4154419
This allows users to annotate impl blocks with `#[salsa::tracked]` and then create tracked methods by marking individual functions with `#[tracked]`.
14 lines
251 B
TOML
14 lines
251 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"
|
|
syn = { version = "1.0", features = ["full", "extra-traits", "visit-mut"] }
|
|
eyre = "0.6.5"
|