summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-04 03:51:32 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-04 03:51:32 -0600
commit1c02eebc71a0ede4e75fea516920697850bbe030 (patch)
tree3a54355a5e34d5539fe413e0e3b17a8e9b832601 /Cargo.toml
parentb5c8846482d5309fac92c7ab94d4f53690b201b4 (diff)
Implement unmount
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"