diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-09 14:09:35 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-09 14:09:35 -0700 |
| commit | 078947edc2b7036b2a0b49afc3cc54b12a39af18 (patch) | |
| tree | 16be549691493446b742a2585301fabb1c209b2f /examples/07_sample_bot_structure/Cargo.toml | |
| parent | serde rename `kind` to `type` (diff) | |
| download | serenity-078947edc2b7036b2a0b49afc3cc54b12a39af18.tar.xz serenity-078947edc2b7036b2a0b49afc3cc54b12a39af18.zip | |
Note the standard_framework feature in examples
Examples 05 through 07 require the `standard_framework` feature to be
enabled, but the examples and documentation for them did not reference
it.
Diffstat (limited to 'examples/07_sample_bot_structure/Cargo.toml')
| -rw-r--r-- | examples/07_sample_bot_structure/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/07_sample_bot_structure/Cargo.toml b/examples/07_sample_bot_structure/Cargo.toml index 966cd1f..0bebb46 100644 --- a/examples/07_sample_bot_structure/Cargo.toml +++ b/examples/07_sample_bot_structure/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" authors = ["my name <[email protected]>"] [dependencies.serenity] -features = ["cache", "framework"] +features = ["cache", "framework", "standard_framework"] path = "../../" |