summaryrefslogtreecommitdiff
path: root/support/texlab/crates/highlights/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/highlights/Cargo.toml')
-rw-r--r--support/texlab/crates/highlights/Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/texlab/crates/highlights/Cargo.toml b/support/texlab/crates/highlights/Cargo.toml
new file mode 100644
index 0000000000..e3247e50fd
--- /dev/null
+++ b/support/texlab/crates/highlights/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+name = "highlights"
+version = "0.0.0"
+license.workspace = true
+authors.workspace = true
+edition.workspace = true
+rust-version.workspace = true
+
+[dependencies]
+base-db = { path = "../base-db" }
+rowan = "0.15.13"
+
+[dev-dependencies]
+expect-test = "1.4.1"
+test-utils = { path = "../test-utils" }
+
+[lib]
+doctest = false