diff options
| author | hazæ41 <hazae41@gmail.com> | 2020-02-21 17:26:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 11:26:54 -0500 |
| commit | 08686cbc3ae63008837ee45b2c4f41d6674c57dd (patch) | |
| tree | 19367caaba8e2f9abca60a06a40561c86c18cd59 /cli/Cargo.toml | |
| parent | dd8a10948195f231a6a9eb652e3f208813904ad6 (diff) | |
feat: support UDP sockets (#3946)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7f825fd41..6055523c0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,7 +56,7 @@ source-map-mappings = "0.5.0" sys-info = "0.5.8" tempfile = "3.1.0" termcolor = "1.0.5" -tokio = { version = "0.2", features = ["rt-core", "tcp", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } +tokio = { version = "0.2", features = ["rt-core", "tcp", "udp", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } tokio-rustls = "0.12.1" url = "2.1.0" utime = "0.2.1" |
