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

[dependencies]
base-db = { path = "../base-db" }

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

[lib]
doctest = false