mirror of
https://github.com/fluencelabs/examples
synced 2025-03-15 07:40:52 +00:00
15 lines
248 B
TOML
15 lines
248 B
TOML
[package]
|
|
name = "record-facade"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "records_facade"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = "0.10.1"
|
|
test-record = { path = "../test-record" }
|