mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 17:49:46 +00:00
14 lines
No EOL
237 B
TOML
14 lines
No EOL
237 B
TOML
[package]
|
|
name = "salsa-2022-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.3"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
|
eyre = "0.6.5" |