diff options
| author | Austin Hellyer <[email protected]> | 2017-01-24 08:55:49 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2017-01-24 08:55:49 -0800 |
| commit | 47510594e5c939406ebccec8af7e3107a338c7bc (patch) | |
| tree | 8def4138c4d6d33ae40e290c51a39c131ae2850d /examples/03_struct_utilities/Cargo.toml | |
| parent | Code style (diff) | |
| download | serenity-47510594e5c939406ebccec8af7e3107a338c7bc.tar.xz serenity-47510594e5c939406ebccec8af7e3107a338c7bc.zip | |
Update examples for OOP style update
Diffstat (limited to 'examples/03_struct_utilities/Cargo.toml')
| -rw-r--r-- | examples/03_struct_utilities/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/03_struct_utilities/Cargo.toml b/examples/03_struct_utilities/Cargo.toml index dc89662..e9a563e 100644 --- a/examples/03_struct_utilities/Cargo.toml +++ b/examples/03_struct_utilities/Cargo.toml @@ -3,6 +3,5 @@ name = "03_struct_utilities" version = "0.1.0" authors = ["my name <[email protected]>"] -[dependencies.serenity] -features = ["methods"] -path = "../../" +[dependencies] +serenity = { path = "../../" } |