summaryrefslogtreecommitdiff
path: root/support/texlab/crates/test-utils/Cargo.toml
blob: 6426dad9206ee09a3e6692e27758e68e25734690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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" }
rowan = "0.15.11"
url = "=2.3.1"

[lib]
doctest = false