Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 197 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ http-body = "1"
http-body-util = "0.1"
bytes = "1"

# Bee HTTP API client (lib name `bee`) behind the engine's Swarm
# `remote-store` backend.
bee-rs = "1.7"

# Proc-macro toolkit backing `nexum-module-macros` and `videre-macros`.
# Host-side only: a proc-macro crate always builds for the host, even
# when the module consuming it targets wasm.
Expand Down
3 changes: 3 additions & 0 deletions crates/nexum-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ futures.workspace = true
# host-side via a `[len:u8][module_name][raw_key]` prefix.
redb.workspace = true

# `remote-store` backend: the Swarm network over a Bee node's HTTP API.
bee-rs.workspace = true

# Misc.
url.workspace = true

Expand Down
Loading
Loading