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
346 B
TOML
Raw Normal View History

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