22 lines
474 B
TOML
Raw Normal View History

[package]
name = "build-rs-example"
version = "0.16.1"
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]
marine-rs-sdk = "0.14.0"
[dev-dependencies]
marine-rs-sdk-test = { path = "../.." }
[build-dependencies]
marine-rs-sdk-test = { path = "../.." }