diff options
| author | Vytautas Astrauskas <vastrauskas@gmail.com> | 2018-12-17 13:40:40 +0100 |
|---|---|---|
| committer | Vytautas Astrauskas <vastrauskas@gmail.com> | 2018-12-17 13:40:40 +0100 |
| commit | d966e57407fc2c09ce3345b7d797633aa4046912 (patch) | |
| tree | 2297bcc40852f56eae22e4b32a72fb5a0591953b | |
| parent | ecf8df5b7e5b65cb55409fce80dd58ebebd6c846 (diff) | |
Fix Cargo.lock.
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7e03474565d..365d14c579b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,6 +431,7 @@ dependencies = [ "serde 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] |
