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
12 lines
195 B
TOML
12 lines
195 B
TOML
[package]
|
|
name = "multi-service-example"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
marine-rs-sdk-test = { path = "../.." }
|