examples/greeting/Cargo.toml
2021-06-13 13:47:07 -05:00

18 lines
375 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]
fluence = "0.6.9"
[dev-dependencies]
fluence-test = "0.1.9"