marine/examples/records/test-record/Cargo.toml
2021-04-12 00:21:47 +03:00

14 lines
243 B
TOML

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