From f4c9c890ab80a3e6de37ba245244d0e69d9c542c Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 17 Feb 2019 21:26:36 -0500 Subject: try using opus --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 83dad90..18cd449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,8 @@ regex = "1.1.0" clap = "2.32.0" itertools = "0.8.0" serde_json = "~1.0" -flate2 = "^1.0" +opus = "^0.2" +byteorder = "^1.3" [dependencies.serenity] default-features = false -- cgit v1.3.1