2022-03-19 13:12:33 -05: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.6.14"
[dev-dependencies]
marine-rs-sdk-test = "0.4.1"