aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-04-23 13:39:06 -0700
committerZeyla Hellyer <[email protected]>2017-04-23 13:39:06 -0700
commit01c9942d3aed7e9513bb40ba70a4b91e6b3760fc (patch)
treef2506c94ae64dd83eeb3231fdf344536d81725a2 /examples/01_basic_ping_bot/Cargo.toml
parentUpdate most dependency version requirements (diff)
downloadserenity-01c9942d3aed7e9513bb40ba70a4b91e6b3760fc.tar.xz
serenity-01c9942d3aed7e9513bb40ba70a4b91e6b3760fc.zip
Remove example 01 debugging
Diffstat (limited to 'examples/01_basic_ping_bot/Cargo.toml')
-rw-r--r--examples/01_basic_ping_bot/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/01_basic_ping_bot/Cargo.toml b/examples/01_basic_ping_bot/Cargo.toml
index 760ce2c..30ce62c 100644
--- a/examples/01_basic_ping_bot/Cargo.toml
+++ b/examples/01_basic_ping_bot/Cargo.toml
@@ -5,5 +5,3 @@ authors = ["my name <[email protected]>"]
[dependencies]
serenity = { path = "../../", default-features = true }
-env_logger = "*"
-log= "*"