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