examples/greeting/Cargo.toml

16 lines
333 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"
repository = "https://github.com/fluencelabs/fce/tree/master/examples/greeting"
2021-02-25 21:48:56 +00:00
edition = "2018"
publish = false
[[bin]]
name = "greeting"
path = "src/main.rs"
[dependencies]
2021-04-30 01:54:43 +00:00
fluence = "0.6.2"