marine/examples/call_parameters/Cargo.toml

13 lines
230 B
TOML
Raw Normal View History

2020-09-14 11:22:56 +00:00
[package]
name = "call_parameters"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "call_parameters"
path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }