Skip to content

Commit

Permalink
Merge pull request #40 from nanato12/feature/cargo-toml-examples
Browse files Browse the repository at this point in the history
add examples to Cargo.toml
  • Loading branch information
nanato12 authored Mar 17, 2023
2 parents b4a526b + 2436839 commit 5e32bd3
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 5e32bd3

Please sign in to comment.