13 lines
188 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"
[[bin]]
name = "call_parameters"
path = "src/main.rs"
[dependencies]
2020-12-22 16:06:49 +03:00
fluence = "=0.2.13"