aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-23 08:11:52 +0100
committerAkshay <[email protected]>2021-10-23 08:11:52 +0100
commitc2f0582d1907dbef69e9ad42ba9d4301337fe1e8 (patch)
treeaacf975dfeb8bd416b70abfe8a21a2ce7c325d0c /Cargo.lock
parentdfcdaf91674461a5150902cb3fdb8f198367ff20 (diff)
initial implementation of multipass code fixer
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 69e4495..5fe64ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -330,6 +330,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 330checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
331 331
332[[package]] 332[[package]]
333name = "similar"
334version = "2.1.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
337
338[[package]]
333name = "smol_str" 339name = "smol_str"
334version = "0.1.18" 340version = "0.1.18"
335source = "registry+https://github.com/rust-lang/crates.io-index" 341source = "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]