Enable feature "signal" of dep "tokio"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-08-04 18:45:32 +10:00
parent e8301839a9
commit ca3efdf2eb
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -50,7 +50,7 @@ tar = "0.4.38"
tempfile = "3.3.0"
thiserror = "1.0.32"
tinytemplate = "1.2.1"
tokio = { version = "1.20.1", features = ["rt-multi-thread", "process", "sync"], default-features = false }
tokio = { version = "1.20.1", features = ["rt-multi-thread", "process", "sync", "signal"], default-features = false }
toml_edit = { version = "0.14.4", features = ["easy"] }
url = { version = "2.2.2", features = ["serde"] }
xz2 = "0.1.7"