marine-rs-sdk-test/examples/multi-service/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

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 = "../.." }