14 lines
205 B
TOML
Raw Permalink Normal View History

[package]
name = "test-record"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 15:03:00 +03:00
publish = false
[lib]
name = "test_record"
path = "src/test_record.rs"
[dependencies]
2021-10-05 18:20:41 +03:00
marine-rs-sdk ="0.6.13"