diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
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]] |
1733 | name = "vfs" | ||
1734 | version = "0.1.0" | ||
1735 | dependencies = [ | ||
1736 | "crossbeam-channel", | ||
1737 | "globset", | ||
1738 | "jod-thread", | ||
1739 | "paths", | ||
1740 | "rustc-hash", | ||
1741 | "walkdir", | ||
1742 | ] | ||
1743 | |||
1744 | [[package]] | ||
1733 | name = "walkdir" | 1745 | name = "walkdir" |
1734 | version = "2.3.1" | 1746 | version = "2.3.1" |
1735 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1747 | source = "registry+https://github.com/rust-lang/crates.io-index" |