From 272af96ed3867d4a637661fc95026cf0f19f8a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 12 Oct 2020 19:25:40 +0200 Subject: remove and restructure dependencies --- mumd/Cargo.toml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'mumd') diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 5573453..a7d1073 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -7,23 +7,20 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -daemonize = "0.4" -ipc-channel = "0.14" -serde = { version = "1.0", features = ["derive"] } -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" -protobuf = "2" -openssl = { version = "0.10", optional = true } - argparse = "0.2" +bytes = "0.5" +cpal = { git = "https://github.com/RustAudio/cpal" } futures = "0.3" +futures-util = "0.3" +mumble-protocol = "0.3" native-tls = "0.2" +openssl = { version = "0.10", optional = true } +opus = "0.2" tokio = { version = "0.2", features = ["full"] } -tokio-util = { version = "0.3", features = ["codec", "udp"] } tokio-tls = "0.3" +tokio-util = { version = "0.3", features = ["codec", "udp"] } + +#clap = "2.33" +#compressor = "0.3" +#daemonize = "0.4" +#ipc-channel = "0.14" -- cgit v1.2.1