marine/examples/greeting/Cargo.toml

14 lines
195 B
TOML
Raw Normal View History

2020-07-11 20:04:55 +00:00
[package]
2020-08-08 10:38:41 +00:00
name = "wasm-greeting"
2020-07-11 20:04:55 +00:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 12:03:00 +00:00
publish = false
2020-07-11 20:04:55 +00:00
2020-08-08 10:38:41 +00:00
[[bin]]
name = "greeting"
path = "src/main.rs"
2020-07-11 20:04:55 +00:00
[dependencies]
2021-01-12 09:14:33 +00:00
fluence = "=0.2.18"