Skip to content

Commit

Permalink
update: Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 committed Mar 17, 2023
1 parent b4a526b commit 2436839
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 2436839

Please sign in to comment.