diff options
| author | Zeyla Hellyer <[email protected]> | 2017-04-23 13:39:06 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-04-23 13:39:06 -0700 |
| commit | 01c9942d3aed7e9513bb40ba70a4b91e6b3760fc (patch) | |
| tree | f2506c94ae64dd83eeb3231fdf344536d81725a2 /examples/01_basic_ping_bot/Cargo.toml | |
| parent | Update most dependency version requirements (diff) | |
| download | serenity-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.toml | 2 |
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= "*" |