mirror of
https://github.com/fluencelabs/examples
synced 2025-03-14 15:20:52 +00:00
18 lines
370 B
TOML
18 lines
370 B
TOML
[package]
|
|
name = "wasm-greeting"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
description = "The greeting module for the Fluence network"
|
|
repository = "https://github.com/fluencelabs/fce/tree/master/examples/greeting"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "greeting"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = { version="0.10.1", feature=["log"]}
|
|
|
|
|