diff options
Diffstat (limited to 'examples/06_command_framework')
| -rw-r--r-- | examples/06_command_framework/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/06_command_framework/Cargo.toml b/examples/06_command_framework/Cargo.toml index 26cfca9..ff99f7d 100644 --- a/examples/06_command_framework/Cargo.toml +++ b/examples/06_command_framework/Cargo.toml @@ -3,6 +3,6 @@ name = "06_command_framework" version = "0.1.0" authors = ["my name <[email protected]>"] -[dependencies] -serenity = { git = "https://github.com/zeyla/serenity.rs.git" } +[dependencies.serenity] +git = "https://github.com/zeyla/serenity.rs.git" features = ["framework", "methods"] |