We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--bin mediator
1 parent 134c0f6 commit 807315fCopy full SHA for 807315f
.github/workflows/test.yml
@@ -24,7 +24,6 @@ jobs:
24
- run: cargo run --bin chain-of-responsibility
25
- run: cargo build --bin command # TUI. It can run on the local machine.
26
- run: cargo run --bin iterator
27
- - run: cargo run --bin mediator
28
- run: cargo run --bin mediator-top-down
29
- run: cargo run --bin mediator-rc-refcell
30
- run: cargo run --bin memento
behavioral/mediator/mediator-top-down/Cargo.toml
@@ -3,10 +3,6 @@ edition = "2021"
3
name = "mediator-top-down"
4
version = "0.1.0"
5
6
-[[bin]]
7
-name = "mediator"
8
-path = "main.rs"
9
-
10
[[bin]]
11
12
path = "main.rs"
0 commit comments