marine/examples/greeting/Cargo.toml
2021-02-26 13:21:53 +03:00

14 lines
194 B
TOML

[package]
name = "wasm-greeting"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
[[bin]]
name = "greeting"
path = "src/main.rs"
[dependencies]
fluence = "=0.4.1"