summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/Cargo.toml
blob: d297703d3b0c0f79fc9f3424dd7c4c2a8d53b0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "symbols"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
base-db = { path = "../base-db" }
distro = { path = "../distro" }
itertools = "0.12.0"
line-index = { path = "../line-index" }
rowan = "0.15.15"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
url = "2.5.0"

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