summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-04 00:45:49 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-04 00:45:49 -0600
commit32958e3116c6afe91d4b358c310737e2619e49b1 (patch)
treed6c89096e2f1e8a245242b7fe8fe3598c7be2862 /Cargo.toml
parentb1ffa39a060d68d162e3348e339dc2ea1163ff28 (diff)
Add example: passthrough
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 bd800d7..b4c364b 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 = ["rt-multi-thread"] }
+tokio = { version = "1.15.0", features = ["fs", "io-util", "rt-multi-thread"] }
uuid = "0.8.2"