diff options
author | Akshay <[email protected]> | 2021-10-23 08:11:52 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-23 08:11:52 +0100 |
commit | c2f0582d1907dbef69e9ad42ba9d4301337fe1e8 (patch) | |
tree | aacf975dfeb8bd416b70abfe8a21a2ce7c325d0c /Cargo.lock | |
parent | dfcdaf91674461a5150902cb3fdb8f198367ff20 (diff) |
initial implementation of multipass code fixer
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -330,6 +330,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
330 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | 330 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
331 | 331 | ||
332 | [[package]] | 332 | [[package]] |
333 | name = "similar" | ||
334 | version = "2.1.0" | ||
335 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
336 | checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" | ||
337 | |||
338 | [[package]] | ||
333 | name = "smol_str" | 339 | name = "smol_str" |
334 | version = "0.1.18" | 340 | version = "0.1.18" |
335 | source = "registry+https://github.com/rust-lang/crates.io-index" | 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -344,6 +350,7 @@ dependencies = [ | |||
344 | "globset", | 350 | "globset", |
345 | "lib", | 351 | "lib", |
346 | "rnix", | 352 | "rnix", |
353 | "similar", | ||
347 | "thiserror", | 354 | "thiserror", |
348 | "vfs", | 355 | "vfs", |
349 | ] | 356 | ] |