diff options
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index caf1a9b..101e614 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -37,6 +37,7 @@ openssl = { version = "0.10" } opus = "0.2" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time"] } +tokio-stream = "0.1.0" tokio-native-tls = "0.3" tokio-util = { version = "0.6", features = ["codec", "net"] } |
