diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 22:42:21 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 22:42:21 +0200 |
| commit | aabf3a3b458b88eefd8b18ebc5ed9e593d4a694f (patch) | |
| tree | 7029d7473ab30eab5fec866f65e736a26320dde8 /mumd/Cargo.toml | |
| parent | 99ed190ca9691a46719c8a88d3f2437ba8e3c2ff (diff) | |
| parent | 9002462953e7cba70d5aafee7ed2a87087252f49 (diff) | |
| download | mum-aabf3a3b458b88eefd8b18ebc5ed9e593d4a694f.tar.gz | |
Merge remote-tracking branch 'origin/main' into ogg
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 6de74fa..02a069c 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -24,8 +24,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" @@ -33,13 +31,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" |
