From 2436839df53b7c8a90b8bb4004bd665e65100802 Mon Sep 17 00:00:00 2001 From: nanato12 Date: Sat, 18 Mar 2023 00:40:22 +0900 Subject: [PATCH] update: Cargo.toml --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8b38c308..d3a71691 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,19 @@ dotenv = "0.15.0" actix-web = "4.3.1" actix-rt = "2.8.0" rocket = "0.4" + +[[example]] +name = "echobot_actix_web" +required-features = ["actix_support"] + +[[example]] +name = "echobot_rocket" +required-features = ["rocket_support"] + +[[example]] +name = "source_rocket" +required-features = ["rocket_support"] + +[[example]] +name = "various_messages_rocket" +required-features = ["rocket_support"]