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

[dependencies]
dirs = "5.0.1"
distro = { path = "../distro" }
itertools = "0.11.0"
log = "0.4.19"
notify = "6.0.1"
once_cell = "1.18.0"
parser = { path = "../parser" }
percent-encoding = "2.3.0"
regex = "1.9.1"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
text-size = "1.1.1"
url = "=2.3.1"
bibtex-utils = { path = "../bibtex-utils" }

[lib]
doctest = false