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

17 lines
275 B
TOML

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