From 32958e3116c6afe91d4b358c310737e2619e49b1 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 4 Jan 2022 00:45:49 -0600 Subject: Add example: passthrough --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3