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