marine/examples/records/pure/Cargo.toml
2021-05-19 18:58:24 +03:00

15 lines
237 B
TOML

[package]
name = "record-pure"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
[[bin]]
name = "records_pure"
path = "src/main.rs"
[dependencies]
fluence = "0.6.9"
test-record = { path = "../test-record" }