rust/lib/line-index/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
348 B
TOML
Raw Normal View History

2023-05-03 21:18:41 -05:00
[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/non-hash"
edition = "2021"
[dependencies]
text-size = "1"
non-hash = { version = "0.1.0", path = "../non-hash" }