rust/lib/line-index/Cargo.toml
Laurențiu Nicola 572583262c Bump text-size
2023-11-15 13:33:03 +02:00

12 lines
326 B
TOML

[package]
name = "line-index"
version = "0.1.0"
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 = "1.1.1"
nohash-hasher = "0.2.0"