19 lines
391 B
TOML
Raw Normal View History

2021-02-25 15:48:56 -06:00
[package]
name = "wasm-greeting"
version = "0.1.0"
authors = ["Fluence Labs"]
2021-03-15 18:58:49 -05:00
description = "The greeting module for the Fluence network"
2021-06-16 17:06:49 -05:00
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting"
2021-02-25 15:48:56 -06:00
edition = "2018"
publish = false
[[bin]]
name = "greeting"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.7.1"
[dev-dependencies]
marine-rs-sdk-test = "0.8.2"