summaryrefslogtreecommitdiff
path: root/support/texlab/crates/line-index/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/line-index/Cargo.toml')
-rw-r--r--support/texlab/crates/line-index/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/support/texlab/crates/line-index/Cargo.toml b/support/texlab/crates/line-index/Cargo.toml
new file mode 100644
index 0000000000..73d2766d60
--- /dev/null
+++ b/support/texlab/crates/line-index/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "line-index"
+version = "0.0.0"
+license.workspace = true
+authors.workspace = true
+edition.workspace = true
+rust-version.workspace = true
+
+[dependencies]
+rustc-hash = "1.1.0"
+text-size = "1.1.1"
+
+[lib]
+doctest = false