There was an error while loading. Please reload this page.
Cargo.toml
cargo
1 parent 9723d1f commit 9e0e0ecCopy full SHA for 9e0e0ec
1 file changed
ferogram/Cargo.toml
@@ -43,3 +43,16 @@ async-recursion.workspace = true
43
44
[dev-dependencies]
45
tokio = { workspace = true, features = ["macros"] }
46
+
47
+[[example]]
48
+name = "from-env"
49
+path = "examples/from-env.rs"
50
51
52
+name = "dispatcher"
53
+path = "examples/dispatcher.rs"
54
55
56
+name = "dispatcher-with-macros"
57
+path = "examples/dispatcher-with-macros.rs"
58
+required-features = ["macros"]
0 commit comments