marine/examples/records/pure/Cargo.toml
2020-09-16 01:14:15 +03:00

14 lines
288 B
TOML

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