move CachedChunkReader to pbs-datastore

this was actually still missing from the previous commit

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-21 14:20:00 +02:00
parent eb5e0ae65a
commit ef4df211ab
5 changed files with 7 additions and 7 deletions

View File

@ -10,6 +10,7 @@ anyhow = "1.0"
base64 = "0.12"
crc32fast = "1"
endian_trait = { version = "0.6", features = [ "arrays" ] }
futures = "0.3"
libc = "0.2"
log = "0.4"
nix = "0.19.1"