renovate[bot] 23aebbaf8c
fix(deps): update rust crate marine-rs-sdk to 0.8.0 (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 19:14:19 -07:00

18 lines
297 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.8.0"
[dev-dependencies]
marine-rs-sdk-test = "0.10.0"