summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibfmt/Cargo.toml
blob: a712908d7d995dd48299c9f04dceda8735b86253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.15"
syntax = { path = "../syntax" }
line-index = { path = "../line-index" }

[lib]
doctest = false

[dev-dependencies]
expect-test = "1.5.0"
parser = { path = "../parser" }