aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5848e61c7..6d83c9276 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1730,6 +1730,18 @@ dependencies = [
1730] 1730]
1731 1731
1732[[package]] 1732[[package]]
1733name = "vfs"
1734version = "0.1.0"
1735dependencies = [
1736 "crossbeam-channel",
1737 "globset",
1738 "jod-thread",
1739 "paths",
1740 "rustc-hash",
1741 "walkdir",
1742]
1743
1744[[package]]
1733name = "walkdir" 1745name = "walkdir"
1734version = "2.3.1" 1746version = "2.3.1"
1735source = "registry+https://github.com/rust-lang/crates.io-index" 1747source = "registry+https://github.com/rust-lang/crates.io-index"