marine/examples/call_parameters/Cargo.toml
2021-05-13 00:02:33 +03:00

17 lines
245 B
TOML

[package]
name = "call_parameters"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
[[bin]]
name = "call_parameters"
path = "src/main.rs"
[dependencies]
fluence = "0.6.4"
[dev-dependencies]
fluence-test = "0.1.7"