marine/examples/greeting/Cargo.toml
2020-09-14 14:22:56 +03:00

13 lines
221 B
TOML

[package]
name = "wasm-greeting"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "greeting"
path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }