From 7cedad8e5b8e15a19951ed196b3e7e2f3c95ae8e Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 17 Feb 2019 23:02:16 -0500 Subject: initial mp3 attempt --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 83dad90..9cf5d3b 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" +lame-sys = "^0.1" +byteorder = "^1.3" [dependencies.serenity] default-features = false -- cgit v1.3.1