summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b4c364b..d4ede94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,5 +26,5 @@ tokio = { version = "1.15.0", features = ["rt", "net", "macros", "sync"] }
clap = "2.34.0"
env_logger = "0.9.0"
futures-util = "0.3.19"
-tokio = { version = "1.15.0", features = ["fs", "io-util", "rt-multi-thread"] }
+tokio = { version = "1.15.0", features = ["fs", "io-util", "rt-multi-thread", "signal"] }
uuid = "0.8.2"