summaryrefslogtreecommitdiff
path: root/support/texlab/crates/base-db/Cargo.toml
blob: 547ba2ad776bdd95cc0801b224c266f652fd49e0 (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
26
27
28
29
[package]
name = "base-db"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
bibtex-utils = { path = "../bibtex-utils" }
dirs = "5.0.1"
distro = { path = "../distro" }
itertools = "0.13.0"
line-index = { path = "../line-index" }
log = "0.4.22"
notify = "6.0.1"
once_cell = "1.19.0"
parser = { path = "../parser" }
percent-encoding = "2.3.0"
regex = "1.10.5"
rowan = "0.15.15"
rustc-hash = "2.0.0"
shellexpand = "3.1.0"
syntax = { path = "../syntax" }
titlecase = "3.0.0"
url = "2.5.0"

[lib]
doctest = false