summaryrefslogtreecommitdiff
path: root/support/texlab/crates/folding/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/folding/Cargo.toml')
-rw-r--r--support/texlab/crates/folding/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/support/texlab/crates/folding/Cargo.toml b/support/texlab/crates/folding/Cargo.toml
new file mode 100644
index 0000000000..2cf82699ea
--- /dev/null
+++ b/support/texlab/crates/folding/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "folding"
+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.11"
+syntax = { path = "../syntax" }
+
+[dev-dependencies]
+expect-test = "1.4.1"
+test-utils = { path = "../test-utils" }
+
+[lib]
+doctest = false