summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/lib/line-index/Cargo.toml
blob: 019ad3a53ba0e7c5376eac96e873f59b4595cedc (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "line-index"
version = "0.1.0-pre.1"
description = "Maps flat `TextSize` offsets to/from `(line, column)` representation."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index"
edition = "2021"

[dependencies]
text-size.workspace = true
nohash-hasher.workspace = true