2023-06-05 12:04:23 +03:00
|
|
|
[package]
|
|
|
|
name = "line-index"
|
2023-12-18 09:21:55 +02:00
|
|
|
version = "0.1.1"
|
2023-06-05 12:04:23 +03:00
|
|
|
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]
|
2023-11-16 22:27:35 +02:00
|
|
|
text-size = "1.1.1"
|
2023-07-17 16:49:15 +03:00
|
|
|
nohash-hasher = "0.2.0"
|
2024-01-03 11:35:07 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|