17 lines
257 B
TOML
Raw Permalink Normal View History

2020-09-14 14:22:56 +03:00
[package]
name = "call_parameters"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 15:03:00 +03:00
publish = false
2020-09-14 14:22:56 +03:00
[[bin]]
name = "call_parameters"
path = "src/main.rs"
[dependencies]
2021-10-05 18:20:41 +03:00
marine-rs-sdk ="0.6.13"
2021-05-13 00:02:33 +03:00
[dev-dependencies]
marine-rs-sdk-test = "0.4.1"