18 lines
297 B
TOML
Raw Normal View History

2021-07-20 14:00:26 +03:00
[package]
2021-08-04 20:45:56 -05:00
name = "hello-world"
2021-07-20 14:00:26 +03:00
version = "0.1.0"
authors = ["Fluence Labs"]
description = "Hello world string computation"
edition = "2018"
publish = false
[[bin]]
2021-08-04 20:45:56 -05:00
name = "hello_world"
2021-07-20 14:00:26 +03:00
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.8.1"
2021-07-20 14:00:26 +03:00
[dev-dependencies]
marine-rs-sdk-test = "0.10.2"