marine/examples/greeting/Cargo.toml

10 lines
171 B
TOML
Raw Normal View History

2020-07-11 20:04:55 +00:00
[package]
name = "greeting"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
fluence-faas = { path = "../../fluence-faas" }
anyhow = "1.0.31"