Skip to content

Commit e11706d

Browse files
NathanFlurryMasterPtato
authored andcommitted
chore(engine): add support for epoxy debugging
1 parent c160578 commit e11706d

File tree

10 files changed

+940
-13
lines changed

10 files changed

+940
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/packages/api-peer/Cargo.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,25 @@ license.workspace = true
99
anyhow.workspace = true
1010
axum.workspace = true
1111
base64.workspace = true
12-
gas.workspace = true
1312
epoxy.workspace = true
14-
futures-util.workspace = true
13+
epoxy-protocol.workspace = true
14+
gas.workspace = true
15+
indexmap.workspace = true
16+
namespace.workspace = true
17+
pegboard.workspace = true
18+
pegboard-actor-kv.workspace = true
1519
rivet-api-builder.workspace = true
1620
rivet-api-types.workspace = true
1721
rivet-api-util.workspace = true
1822
rivet-config.workspace = true
1923
rivet-error.workspace = true
2024
rivet-pools.workspace = true
21-
rivet-util.workspace = true
2225
rivet-types.workspace = true
26+
rivet-util.workspace = true
2327
serde.workspace = true
2428
serde_json.workspace = true
25-
indexmap.workspace = true
26-
27-
namespace.workspace = true
28-
pegboard.workspace = true
29-
pegboard-actor-kv.workspace = true
3029
tokio.workspace = true
3130
tracing.workspace = true
3231
universalpubsub.workspace = true
33-
uuid.workspace = true
3432
utoipa.workspace = true
33+
uuid.workspace = true

0 commit comments

Comments
 (0)