Anatoly Laskaris 9ac2856acf Prepare for e2e
2023-09-26 10:04:13 +03:00

17 lines
403 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 = { workspace = true }
log = "0.4.8"