summaryrefslogtreecommitdiff
path: root/support/texlab/crates/test-utils/Cargo.toml
blob: 4ce7b1a5ca48b776c26cd16ff567378cefddb7db (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" }
rowan = "0.15.11"
syntax = { path = "../syntax" }
url = "2.3.1"

[lib]
doctest = false