marine/examples/call_parameters/Cargo.toml

14 lines
202 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"
2020-12-31 12:03:00 +00:00
publish = false
2020-09-14 11:22:56 +00:00
[[bin]]
name = "call_parameters"
path = "src/main.rs"
[dependencies]
2021-05-11 12:44:11 +00:00
fluence = "0.6.4"