Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index f0fe95327f..d0f0742716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,6 +1055,10 @@ dependencies = [ ] [[package]] +name = "non-hash" +version = "0.1.0" + +[[package]] name = "notify" version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1693,6 +1697,7 @@ dependencies = [ "backtrace", "libc", "miow", + "non-hash", "winapi", ] |