diff options
| author | Austin Hellyer <[email protected]> | 2016-11-30 09:46:36 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-30 09:46:36 -0800 |
| commit | 9889248ec504ab5ba6fd4efa982adf96564ccbde (patch) | |
| tree | 4a823bdeceef3b10108c3df7890f2d3f574d7164 /examples/06_command_framework | |
| parent | Example should be no-run (diff) | |
| download | serenity-9889248ec504ab5ba6fd4efa982adf96564ccbde.tar.xz serenity-9889248ec504ab5ba6fd4efa982adf96564ccbde.zip | |
Re-order example Cargo.toml's
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"] |