marine/examples/records/pure/Cargo.toml

15 lines
281 B
TOML
Raw Normal View History

2020-07-27 22:19:15 +00:00
[package]
2020-08-08 10:38:41 +00:00
name = "record-pure"
2020-07-27 22:19:15 +00:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 12:03:00 +00:00
publish = false
2020-07-27 22:19:15 +00:00
[[bin]]
2020-09-15 22:14:15 +00:00
name = "records_pure"
2020-07-27 22:19:15 +00:00
path = "src/main.rs"
[dependencies]
2021-04-11 21:21:47 +00:00
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }
test-record = { path = "../test-record" }