marine/examples/greeting/Cargo.toml

19 lines
379 B
TOML
Raw Normal View History

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