mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-30 00:12:48 +00:00
14 lines
239 B
TOML
14 lines
239 B
TOML
|
[package]
|
||
|
name = "salsa-entity-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"
|