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

[dependencies]
base-db = { path = "../base-db" }
itertools = "0.12.0"
line-index = { path = "../line-index" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
url = "2.5.0"

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

[lib]
doctest = false