2020-07-11 23:04:55 +03:00
|
|
|
[package]
|
2020-08-08 13:38:41 +03:00
|
|
|
name = "wasm-greeting"
|
2020-07-11 23:04:55 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Fluence Labs"]
|
2021-03-12 20:04:47 +03:00
|
|
|
description = "The greeting module for the Fluence network"
|
2021-05-10 12:51:22 +03:00
|
|
|
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting"
|
2020-07-11 23:04:55 +03:00
|
|
|
edition = "2018"
|
2020-12-31 15:03:00 +03:00
|
|
|
publish = false
|
2020-07-11 23:04:55 +03:00
|
|
|
|
2020-08-08 13:38:41 +03:00
|
|
|
[[bin]]
|
|
|
|
name = "greeting"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
2020-07-11 23:04:55 +03:00
|
|
|
[dependencies]
|
2021-10-05 18:20:41 +03:00
|
|
|
marine-rs-sdk = "0.6.13"
|
2021-05-13 00:02:33 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-12-03 20:33:46 +03:00
|
|
|
marine-rs-sdk-test = "0.4.1"
|