blob: 81cd364cc22b092bc19dc4790afc434f36b1da9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "line-index"
version = "0.1.2"
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 = "2024"
[dependencies]
text-size = "1.1.1"
nohash-hasher = "0.2.0"
[dev-dependencies]
oorandom = "11.1.5"
[lints]
workspace = true
|