marine/examples/greeting/Cargo.toml

13 lines
179 B
TOML
Raw Permalink Normal View History

2020-07-11 23:04:55 +03:00
[package]
2020-08-08 13:38:41 +03:00
name = "wasm-greeting"
2020-07-11 23:04:55 +03:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-08-08 13:38:41 +03:00
[[bin]]
name = "greeting"
path = "src/main.rs"
2020-07-11 23:04:55 +03:00
[dependencies]
2020-12-22 16:06:49 +03:00
fluence = "=0.2.13"