Skip to content

Commit 5e32bd3

Browse files
authored
Merge pull request #40 from nanato12/feature/cargo-toml-examples
add examples to Cargo.toml
2 parents b4a526b + 2436839 commit 5e32bd3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Cargo.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,19 @@ dotenv = "0.15.0"
3333
actix-web = "4.3.1"
3434
actix-rt = "2.8.0"
3535
rocket = "0.4"
36+
37+
[[example]]
38+
name = "echobot_actix_web"
39+
required-features = ["actix_support"]
40+
41+
[[example]]
42+
name = "echobot_rocket"
43+
required-features = ["rocket_support"]
44+
45+
[[example]]
46+
name = "source_rocket"
47+
required-features = ["rocket_support"]
48+
49+
[[example]]
50+
name = "various_messages_rocket"
51+
required-features = ["rocket_support"]

0 commit comments

Comments
 (0)