2023-05-03 19:18:41 -07:00
|
|
|
[package]
|
|
|
|
name = "line-index"
|
2023-06-27 15:21:58 +02:00
|
|
|
version = "0.1.0"
|
2023-05-06 00:51:25 -07:00
|
|
|
description = "Maps flat `TextSize` offsets to/from `(line, column)` representation."
|
2023-05-03 19:18:41 -07:00
|
|
|
license = "MIT OR Apache-2.0"
|
2023-05-03 23:48:59 -07:00
|
|
|
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index"
|
2023-05-03 19:18:41 -07:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-22 11:50:52 +02:00
|
|
|
text-size = "1.1.0"
|
|
|
|
nohash-hasher = "0.2.0"
|