marine/examples/greeting/Cargo.toml
2020-12-21 19:34:25 +03:00

13 lines
179 B
TOML

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