summaryrefslogtreecommitdiff
path: root/support/texlab/crates/line-index/Cargo.toml
blob: 73d2766d606ad086df536bb0b39bd0307b1572d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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