Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/line-index/Cargo.toml')
-rw-r--r--lib/line-index/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/line-index/Cargo.toml b/lib/line-index/Cargo.toml
new file mode 100644
index 0000000000..019ad3a53b
--- /dev/null
+++ b/lib/line-index/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "line-index"
+version = "0.1.0-pre.1"
+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.workspace = true
+nohash-hasher.workspace = true