marine-rs-sdk-test/examples/single-service/Cargo.toml
Valery Antopol 7d61884188
feat!: update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2 (#115)
* update marine-rs-sdk and marine

* update sdk and marine
2024-02-20 17:23:00 +04:00

19 lines
413 B
TOML

[package]
name = "single-service-example"
version = "0.13.0"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting"
edition = "2021"
publish = false
[[bin]]
name = "greeting"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.13.0"
[dev-dependencies]
marine-rs-sdk-test = { path = "../.." }