about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/query-group-macro/Cargo.toml
blob: 5991120a30d83c03559035e2c7e956421761cd07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "query-group-macro"
version = "0.0.0"
repository.workspace = true
description = "A macro mimicking the `#[salsa::query_group]` macro for migrating to new Salsa"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits", "visit-mut"] }

[dev-dependencies]
expect-test = "1.5.1"
salsa.workspace = true
salsa-macros.workspace = true