marine/examples/records/wasm/pure/Cargo.toml

14 lines
250 B
TOML
Raw Normal View History

2020-07-27 22:19:15 +00:00
[package]
name = "pure"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "pure"
path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }
test-record = { path = "../test-record" }