15 lines
251 B
TOML
Raw Permalink Normal View History

2020-07-28 01:19:15 +03:00
[package]
2020-08-08 13:38:41 +03:00
name = "record-effector"
2020-07-28 01:19:15 +03:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 15:03:00 +03:00
publish = false
2020-07-28 01:19:15 +03:00
[[bin]]
2020-09-16 01:14:15 +03:00
name = "records_effector"
2020-07-28 01:19:15 +03:00
path = "src/main.rs"
[dependencies]
2021-10-05 18:20:41 +03:00
marine-rs-sdk ="0.6.13"
2020-12-22 16:06:49 +03:00
test-record = { path = "../test-record" }