aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot
diff options
context:
space:
mode:
Diffstat (limited to 'examples/01_basic_ping_bot')
-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 603ee6b..fe2ad00 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 = { git = "https://github.com/zeyla/serenity.rs.git" }
+[dependencies.serenity]
+git = "https://github.com/zeyla/serenity.rs.git"