aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-02-17 21:26:36 -0500
committerNathan Perry <avaglir@gmail.com>2019-02-17 21:26:36 -0500
commitf4c9c890ab80a3e6de37ba245244d0e69d9c542c (patch)
tree673fcbd49ed543a4196d84e9c9d3e08a2790e4ec /Cargo.toml
parent3eecbaf1ff02122506ee8ee8c65e02ff1325aae0 (diff)
try using opus
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..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