marine/examples/greeting/Cargo.toml
2020-07-11 23:04:55 +03:00

10 lines
171 B
TOML

[package]
name = "greeting"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
fluence-faas = { path = "../../fluence-faas" }
anyhow = "1.0.31"