marine/examples/simple_greeting/Cargo.toml

14 lines
237 B
TOML
Raw Normal View History

2020-05-29 22:55:39 +00:00
[package]
2020-07-09 17:27:50 +00:00
name = "greeting"
2020-05-29 22:55:39 +00:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
2020-07-09 17:27:50 +00:00
name = "greeting"
2020-05-29 22:55:39 +00:00
path = "src/lib.rs"
crate-type = ["cdylib"]
2020-07-09 17:27:50 +00:00
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }