17 lines
245 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-05-11 15:44:11 +03:00
fluence = "0.6.4"
2021-05-13 00:02:33 +03:00
[dev-dependencies]
fluence-test = "0.1.7"