marine/examples/records/Cargo.toml
2020-07-28 01:19:15 +03:00

12 lines
206 B
TOML

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