renovate[bot] a1fe2c6c78
Update Rust crate marine-rs-sdk-test to 0.7.0 (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-03 10:01:08 -05:00

18 lines
296 B
TOML

[package]
name = "hello-world"
version = "0.1.0"
authors = ["Fluence Labs"]
description = "Hello world string computation"
edition = "2018"
publish = false
[[bin]]
name = "hello_world"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.7.0"
[dev-dependencies]
marine-rs-sdk-test = "0.7.0"