mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
d42a4e6c88
Part of #18240
17 lines
392 B
TOML
17 lines
392 B
TOML
[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 = "2021"
|
|
|
|
[dependencies]
|
|
text-size = "1.1.1"
|
|
nohash-hasher = "0.2.0"
|
|
|
|
[dev-dependencies]
|
|
oorandom = "11.1.3"
|
|
|
|
[lints]
|
|
workspace = true
|