aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-06-19 20:07:17 +0200
committerEskil Queseth <eskilq@kth.se>2021-06-19 20:07:17 +0200
commit9002462953e7cba70d5aafee7ed2a87087252f49 (patch)
tree88c51f4f6cda71647ec5ed69cb3700d9bb7f4d5f /mumd/Cargo.toml
parentb2e9021341794ab52edcf4598c8d454515f758c4 (diff)
parent9aca7a8c930b179b6ae539234296f529928a3f3a (diff)
downloadmum-9002462953e7cba70d5aafee7ed2a87087252f49.tar.gz
Merge branch 'lints'
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 1e8e63f..28ff2ce 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -23,8 +23,6 @@ cpal = "0.13"
bytes = "1.0"
dasp_interpolate = { version = "0.11", features = ["linear"] }
dasp_signal = "0.11"
-dasp_frame = "0.11"
-dasp_sample = "0.11"
dasp_ring_buffer = "0.11"
futures-util = { version = "0.3", features = ["sink"]}
futures-channel = "0.3"
@@ -32,13 +30,11 @@ hound = "3.4"
log = "0.4"
mumble-protocol = "0.4.1"
native-tls = "0.2"
-openssl = { version = "0.10" }
opus = "0.2"
serde = { version = "1.0", features = ["derive"] }
strum = "0.20"
strum_macros = "0.20"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "fs"] }
-tokio-stream = "0.1.0"
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }
bincode = "1.3.2"