fixup imports in tests and examples

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-09-01 12:32:21 +02:00
parent 6c76aa434d
commit 42dad3abd3
8 changed files with 15 additions and 8 deletions

View File

@ -87,6 +87,9 @@ xdg = "2.2"
nom = "5.1"
crossbeam-channel = "0.5"
# Used only by examples currently:
zstd = { version = "0.6", features = [ "bindgen" ] }
pathpatterns = "0.1.2"
pxar = { version = "0.10.1", features = [ "tokio-io" ] }