summaryrefslogtreecommitdiff
path: root/support/texlab/crates/test-utils/Cargo.toml
blob: b08d9cc09f26624dc73dd8f0eca25427cbd11dde (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.15"
url = "2.5.0"

[lib]
doctest = false