aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-02-17 23:02:16 -0500
committerNathan Perry <avaglir@gmail.com>2019-02-17 23:02:16 -0500
commit7cedad8e5b8e15a19951ed196b3e7e2f3c95ae8e (patch)
tree9686962d5daf9b3e7b3c523619fb933b710e90a7 /Cargo.toml
parent3eecbaf1ff02122506ee8ee8c65e02ff1325aae0 (diff)
initial mp3 attempt
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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