summaryrefslogtreecommitdiff
path: root/support/texlab/crates/diagnostics/Cargo.toml
blob: 3f87c8c87926684e8bc887197a51e77500bf2deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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.11.0"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
url = "=2.3.1"

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

[lib]
doctest = false