marine-rs-sdk-test/examples/multi-service/producer/Cargo.toml

14 lines
194 B
TOML
Raw Normal View History

[package]
name = "producer"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
[[bin]]
name = "producer"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.8.1"