depend on crossbeam-channel

This commit is contained in:
Dietmar Maurer 2020-09-25 12:11:52 +02:00
parent e8293841c2
commit 510544770b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ walkdir = "2"
xdg = "2.2" xdg = "2.2"
zstd = { version = "0.4", features = [ "bindgen" ] } zstd = { version = "0.4", features = [ "bindgen" ] }
nom = "5.1" nom = "5.1"
crossbeam-channel = "0.4"
[features] [features]
default = [] default = []