marine/examples/sqlite/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
240 B
TOML

[package]
name = "wasm-sqlite-test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
[[bin]]
name = "sqlite_test"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.13.0"
marine-sqlite-connector = "0.9.0"