examples/marine-examples/greeting/Cargo.toml

19 lines
393 B
TOML
Raw Normal View History

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