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