aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-02-18 00:39:27 -0500
committerNathan Perry <avaglir@gmail.com>2019-02-18 00:39:27 -0500
commite589e6ee73bcdf25e1e73640792aa95ab92667f2 (patch)
tree0a2b270d9de4b97df22f884f1a90234a824a1212 /Cargo.toml
parent3eecbaf1ff02122506ee8ee8c65e02ff1325aae0 (diff)
encode/decode audio memes with ffmpeg to improve storage
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83dad90..83a4f3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,6 @@ regex = "1.1.0"
clap = "2.32.0"
itertools = "0.8.0"
serde_json = "~1.0"
-flate2 = "^1.0"
[dependencies.serenity]
default-features = false