diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-17 19:40:27 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-17 19:40:27 -0500 |
| commit | 3eecbaf1ff02122506ee8ee8c65e02ff1325aae0 (patch) | |
| tree | ee887ed1f84d3e90bd5a20a75c279d6333c09593 /Cargo.lock | |
| parent | e9e3458225cfc0fdc20a7d2960ef15d4de349802 (diff) | |
use flate2 to compress audio
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1726,6 +1726,7 @@ dependencies = [ "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "fern 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
