rust/lib/line-index/Cargo.toml
2023-05-06 00:49:23 -07:00

12 lines
337 B
TOML

[package]
name = "line-index"
version = "0.1.0"
description = "Maps flat `TextSize` offsets into `(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