marine-rs-sdk-test/examples/multi-service/producer/Cargo.toml
Valery Antopol 0bf0489ed2
chore: move test-sdk examples from marine repo (#95)
* move related examples

* update Cargo.lock

* update test macro invocations

* update naming + add CI step

* add marine download CI step

* remove aggressive cargo update

* fix ci
2023-08-16 20:00:01 +03:00

14 lines
194 B
TOML

[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"