mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
14 lines
205 B
TOML
14 lines
205 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]
|
|
marine-rs-sdk ="0.6.13"
|