aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot/Cargo.toml
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2017-01-24 08:55:49 -0800
committerAustin Hellyer <[email protected]>2017-01-24 08:55:49 -0800
commit47510594e5c939406ebccec8af7e3107a338c7bc (patch)
tree8def4138c4d6d33ae40e290c51a39c131ae2850d /examples/01_basic_ping_bot/Cargo.toml
parentCode style (diff)
downloadserenity-47510594e5c939406ebccec8af7e3107a338c7bc.tar.xz
serenity-47510594e5c939406ebccec8af7e3107a338c7bc.zip
Update examples for OOP style update
Diffstat (limited to 'examples/01_basic_ping_bot/Cargo.toml')
-rw-r--r--examples/01_basic_ping_bot/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/01_basic_ping_bot/Cargo.toml b/examples/01_basic_ping_bot/Cargo.toml
index d4cbb5f..deded6f 100644
--- a/examples/01_basic_ping_bot/Cargo.toml
+++ b/examples/01_basic_ping_bot/Cargo.toml
@@ -3,5 +3,5 @@ name = "01_basic_ping_bot"
version = "0.1.0"
authors = ["my name <[email protected]>"]
-[dependencies.serenity]
-path = "../../"
+[dependencies]
+serenity = { path = "../../" }