examples/par-greeter/greeting/Cargo.toml

18 lines
363 B
TOML
Raw Normal View History

2021-04-08 05:08:22 +00:00
[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 = { version="0.5.0", feature=["log"]}