add missing mio crate for signalfd
This is what actually provides EventedFd used by tokio. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f54c19989c
commit
b6b012e3c0
|
@ -43,6 +43,7 @@ pam-sys = "0.5"
|
||||||
pam = "0.7"
|
pam = "0.7"
|
||||||
zstd = "0.4"
|
zstd = "0.4"
|
||||||
xdg = "2.2"
|
xdg = "2.2"
|
||||||
|
mio = "0.6"
|
||||||
|
|
||||||
[replace]
|
[replace]
|
||||||
"zstd-sys:1.4.8" = { path = "zstd-sys" }
|
"zstd-sys:1.4.8" = { path = "zstd-sys" }
|
||||||
|
|
Loading…
Reference in New Issue