]> git.proxmox.com Git - proxmox-backup.git/commitdiff
depend on crossbeam-channel
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 25 Sep 2020 10:11:52 +0000 (12:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 25 Sep 2020 10:58:20 +0000 (12:58 +0200)
Cargo.toml

index 6299111a83a5939623b4b04fd72875d2760aa6ab..c048ab8caf0cf0446c274d773684d19a16d2cd35 100644 (file)
@@ -61,6 +61,7 @@ walkdir = "2"
 xdg = "2.2"
 zstd = { version = "0.4", features = [ "bindgen" ] }
 nom = "5.1"
+crossbeam-channel = "0.4"
 
 [features]
 default = []