Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index d0f0742716..8fc4680e21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,6 +717,7 @@ dependencies = [ "indexmap", "itertools", "limit", + "line-index", "memchr", "once_cell", "oorandom", @@ -913,6 +914,14 @@ name = "limit" version = "0.0.0" [[package]] +name = "line-index" +version = "0.1.0" +dependencies = [ + "non-hash", + "text-size", +] + +[[package]] name = "lock_api" version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" |