2023-08-16 20:00:01 +03:00
|
|
|
[package]
|
|
|
|
name = "build-rs-example"
|
2024-02-29 12:26:03 +02:00
|
|
|
version = "0.16.1"
|
2023-08-16 20:00:01 +03:00
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
description = "The greeting module for the Fluence network"
|
|
|
|
repository = "https://github.com/fluencelabs/marine/tree/master/examples/build_rs"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "build_rs_test"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-02-21 18:04:17 +04:00
|
|
|
marine-rs-sdk = "0.14.0"
|
2023-08-16 20:00:01 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
marine-rs-sdk-test = { path = "../.." }
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
marine-rs-sdk-test = { path = "../.." }
|