diff options
| author | Austin Hellyer <[email protected]> | 2016-12-14 09:24:55 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-12-14 09:24:55 -0800 |
| commit | 5a3665a9951c023e3e6ea688844558b7f8b5fb6e (patch) | |
| tree | 80924eb4b348e11f5a0678291a9e620be7db5846 /Cargo.toml | |
| parent | Slightly rework framework buckets (diff) | |
| download | serenity-5a3665a9951c023e3e6ea688844558b7f8b5fb6e.tar.xz serenity-5a3665a9951c023e3e6ea688844558b7f8b5fb6e.zip | |
Framework requires cache
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ yaml-rust = "0.3" default = ["cache", "framework", "methods"] cache = [] debug = [] -framework = [] +framework = ["cache"] methods = [] voice = ["opus", "sodiumoxide"] |