mirror of
https://github.com/fluencelabs/examples
synced 2024-12-15 15:45:39 +00:00
14 lines
195 B
TOML
14 lines
195 B
TOML
[package]
|
|
name = "producer"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "producer"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = "0.6.14"
|