Skip to content

Commit 464abf0

Browse files
committed
fix
1 parent 0a6f20d commit 464abf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RUSTFLAGS: -Dwarnings
1414
RUSTDOCFLAGS: -Dwarnings
1515
MSRV: "1.85"
16-
RS_EXAMPLES_LIST: "browser-chat browser-echo custom-router dumbpipe-web framed-messages frosty iroh-automerge iroh-automerge-repo iroh-gateway extism/host extism/plugin extism/iroh-extism-host-functions"
16+
RS_EXAMPLES_LIST: "browser-chat browser-chat/cli browser-echo custom-router dumbpipe-web framed-messages frosty iroh-automerge iroh-automerge-repo iroh-gateway extism/host extism/plugin extism/iroh-extism-host-functions"
1717
WASM_EXAMPLES_LIST: "browser-chat browser-echo"
1818
IROH_FORCE_STAGING_RELAYS: "1"
1919

@@ -125,6 +125,7 @@ jobs:
125125
matrix:
126126
example:
127127
- browser-chat
128+
- browser-chat/cli
128129
- browser-echo
129130
- custom-router
130131
- dumbpipe-web

browser-chat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22
resolver = "2"
33
members = ["shared", "cli", "browser-wasm"]
4+
default-members = ["shared", "browser-wasm"]
45

56
[workspace.dependencies]
67
# we define iroh dependencies here to make upgrading easier.

browser-chat/cli/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ rand = "0.9.2"
1212
chat-shared = { version = "0.1.0", path = "../shared" }
1313
tracing-subscriber = "0.3.19"
1414
data-encoding = "2.9"
15-
16-
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
1715
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros", "io-std"] }

0 commit comments

Comments
 (0)