mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 02:39:21 +00:00
26 lines
490 B
TOML
26 lines
490 B
TOML
[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.10.5"
|
|
log = "0.4.17"
|
|
notify = "6.0.0"
|
|
once_cell = "1.17.1"
|
|
parser = { path = "../parser" }
|
|
percent-encoding = "2.2.0"
|
|
regex = "1.8.1"
|
|
rowan = "0.15.11"
|
|
rustc-hash = "1.1.0"
|
|
syntax = { path = "../syntax" }
|
|
text-size = "1.1.0"
|
|
url = "2.3.1"
|
|
|
|
[lib]
|
|
doctest = false
|