latex-lsp/texlab

View on GitHub
crates/hover/Cargo.toml

Summary

Maintainability
Test Coverage
[package]
name = "hover"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
bibtex-utils = { path = "../bibtex-utils" }
citeproc = { path = "../citeproc" }
completion-data = { path = "../completion-data" }
rowan = "0.15.15"
syntax = { path = "../syntax" }

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

[lib]
doctest = false