Valery Antopol b20a27f8b6
feat: support marine-rs-sdk 0.14 (#419)
* uodate sdk

* add cp v3 test
2024-02-21 16:59:49 +04:00

15 lines
252 B
TOML

[package]
name = "record-effector"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
[[bin]]
name = "records_effector"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.14.0"
test-record = { path = "../test-record" }