aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-02-17 19:40:27 -0500
committerNathan Perry <avaglir@gmail.com>2019-02-17 19:40:27 -0500
commit3eecbaf1ff02122506ee8ee8c65e02ff1325aae0 (patch)
treeee887ed1f84d3e90bd5a20a75c279d6333c09593 /Cargo.toml
parente9e3458225cfc0fdc20a7d2960ef15d4de349802 (diff)
use flate2 to compress audio
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83a4f3f..83dad90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ regex = "1.1.0"
clap = "2.32.0"
itertools = "0.8.0"
serde_json = "~1.0"
+flate2 = "^1.0"
[dependencies.serenity]
default-features = false