summaryrefslogtreecommitdiff
path: root/support/texlab/crates/references/Cargo.toml
blob: 8d4e3a69365500c1fb1ac0d4c2433abf109c8deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "references"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.15"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }

[dev-dependencies]
test-utils = { path = "../test-utils" }

[lib]
doctest = false