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

[dependencies]
base-db = { path = "../base-db" }
distro = { path = "../distro" }
line-index = { path = "../line-index" }
rowan = "0.15.13"
url = "2.5.0"

[lib]
doctest = false