rust-analyzer/lib/line-index/Cargo.toml

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

12 lines
337 B
TOML
Raw Normal View History

2023-05-04 02:18:41 +00:00
[package]
name = "line-index"
version = "0.1.0"
description = "Maps flat `TextSize` offsets into `(line, column)` representation."
license = "MIT OR Apache-2.0"
2023-05-04 06:48:59 +00:00
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index"
2023-05-04 02:18:41 +00:00
edition = "2021"
[dependencies]
2023-05-04 06:52:58 +00:00
text-size.workspace = true
2023-05-04 06:48:59 +00:00
nohash-hasher.workspace = true