diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-17 21:26:36 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-17 21:26:36 -0500 |
| commit | f4c9c890ab80a3e6de37ba245244d0e69d9c542c (patch) | |
| tree | 673fcbd49ed543a4196d84e9c9d3e08a2790e4ec /Cargo.toml | |
| parent | 3eecbaf1ff02122506ee8ee8c65e02ff1325aae0 (diff) | |
try using opus
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
