mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-11 18:40:17 +00:00
0bf0489ed2
* 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
14 lines
194 B
TOML
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"
|