diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-12 19:25:40 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-12 19:29:44 +0200 |
| commit | 272af96ed3867d4a637661fc95026cf0f19f8a41 (patch) | |
| tree | d20a93866b02ba01d898011effb58a3b8c287fde /mumd/Cargo.toml | |
| parent | 02fb0bb5814655d34f3a2864e627b0867c56b6f9 (diff) | |
| download | mum-272af96ed3867d4a637661fc95026cf0f19f8a41.tar.gz | |
remove and restructure dependencies
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 27 |
1 files changed, 12 insertions, 15 deletions
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" |
