marine/examples/greeting/Cargo.toml

13 lines
221 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-08-08 10:38:41 +00:00
[[bin]]
name = "greeting"
path = "src/main.rs"
2020-07-11 20:04:55 +00:00
[dependencies]
2020-08-08 10:38:41 +00:00
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }