mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
4b976166fd
- Includes a fix so that interned keys can be send (#155)
19 lines
426 B
TOML
19 lines
426 B
TOML
[package]
|
|
name = "salsa-macros"
|
|
version = "0.11.1"
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/salsa-rs/salsa"
|
|
description = "Procedural macros for the salsa crate"
|
|
readme = "README.md"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.3"
|
|
proc-macro2 = "0.4"
|
|
quote = "0.6"
|
|
syn = { version = "0.15.29", features = ["full", "extra-traits"] }
|
|
|