mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +00:00
682c29e777
- Make `dyn Trait` implementations work Contributors to this release: - @nikomatsakis
19 lines
430 B
TOML
19 lines
430 B
TOML
[package]
|
|
name = "salsa-macros"
|
|
version = "0.10.0-alpha5"
|
|
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", features = ["full", "extra-traits"] }
|
|
|