2021-08-05 17:43:01 -05:00

17 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.6.10"
[dev-dependencies]
marine-rs-sdk-test = "0.1.9"