14 lines
203 B
TOML
Raw Normal View History

2021-02-25 15:48:56 -06:00
[package]
name = "call_parameters"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
[[bin]]
name = "call_parameters"
path = "src/main.rs"
[dependencies]
2021-03-15 18:58:49 -05:00
fluence = "=0.5.0"