Valery Antopol 036c3348e3
feat(deps)!: update marine-rs-sdk-to 0.10.0 (#364)
* feat!: update marine-rs-sdk-to 0.9.0

* bump versions manually

* update lockfile

* update rust toolchain, so wasm-pack can be installed

* use marine-rs-sdk from git

* update Cargo.lock

* update sqlite-wasm-connector

* use marine-rs-sdk 0.10.0

* update marine version in examples

* update Cargo.lock

* fmt
2023-09-13 19:14:24 +03:00

18 lines
429 B
TOML

[package]
name = "wasm-greeting-record"
version = "0.1.0"
authors = ["Fluence Labs"]
description = "The greeting module with records for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting_record"
edition = "2021"
publish = false
[[bin]]
name = "greeting-record"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = { version = "0.10.0", features = ["logger"] }
log = "0.4.8"