From 632760cfb9621054e3a4a9acc6af520d2d8b218b Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 30 Jan 2023 19:09:55 +0100 Subject: [PATCH] Fix example dependencies --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7e02c73..de25ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,11 @@ tokio = { version = "1.23.0", features = ["rt-multi-thread"] } [[example]] name = "testbot_instance" required-features = ["bot"] + +[[example]] +name = "testbot_instances" +required-features = ["bot"] + +[[example]] +name = "testbot_commands" +required-features = ["bot"]