mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
18 lines
426 B
TOML
18 lines
426 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.7.0", features = ["logger"]}
|
|
log = "0.4.8"
|
|
|