mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
* 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
18 lines
429 B
TOML
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"
|
|
|