summaryrefslogtreecommitdiff
path: root/support/texlab/crates/definition/Cargo.toml
blob: d8c4aa3a49fac6d70565ab0d481b04fad287a433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "definition"
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 = "1.1.0"
syntax = { path = "../syntax" }

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

[lib]
doctest = false