marine/examples/records/effector/Cargo.toml
2020-08-08 13:38:41 +03:00

13 lines
264 B
TOML

[package]
name = "record-effector"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "effector"
path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }
test-record = { path = "../test-record" }