marine/examples/failing/Cargo.toml
Valery Antopol 220c028045
feat!: support particle parameters in CallParameters (__marine_host_api_v2) (#417)
* support call_parameters v2

* fmt

* fix warnings; require exact version for sdk v0 and v1

* support json_path

* update lockfile

* bump sdk versions and fix mrepl

* fix call_parameters example

* fix marine-js

* fmt
2024-02-20 16:06:44 +04:00

15 lines
257 B
TOML

[package]
name = "wasm-failing"
version = "0.1.0"
authors = ["Fluence Labs"]
description = "The failing module for the Fluence network"
edition = "2021"
publish = false
[[bin]]
name = "failing"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.13.0"