aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-10 17:18:31 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-10 17:18:31 +0200
commite88e8df4d464e7c937e64ea68701a7c155bd3f1d (patch)
tree428952fc5fb884106f82bca29735734fce270f5a /mumd/Cargo.toml
parentf1338cb1e2c830f1049a99b4a7b1eab3adc7087f (diff)
downloadmum-e88e8df4d464e7c937e64ea68701a7c155bd3f1d.tar.gz
create network.rs and move code
Co-authored-by: Eskil Queseth <eskilq@kth.se>
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index bb68525..5573453 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -14,6 +14,7 @@ clap = "2.33"
mumble-protocol = "0.3"
cpal = { git = "https://github.com/RustAudio/cpal" }
opus = "0.2"
+futures-util = "0.3"
bytes = "0.5"
byteorder = "1"