diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-04 00:45:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-04 00:45:49 -0600 |
| commit | 32958e3116c6afe91d4b358c310737e2619e49b1 (patch) | |
| tree | d6c89096e2f1e8a245242b7fe8fe3598c7be2862 /Cargo.toml | |
| parent | b1ffa39a060d68d162e3348e339dc2ea1163ff28 (diff) | |
Add example: passthrough
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
