backup/datastore.rs: list all index files using walkdir crate

This commit is contained in:
Dietmar Maurer
2019-01-18 12:24:58 +01:00
parent ff3d3100d4
commit 95cea65b04
2 changed files with 20 additions and 11 deletions

View File

@ -29,4 +29,5 @@ chrono = "0.4.6" # Date and time library for Rust
openssl = "0.10.16"
siphasher = "0.3"
endian_trait = "0.6.0"
walkdir = "2"