marine/examples/records/Cargo.toml

12 lines
206 B
TOML
Raw Normal View History

2020-07-27 22:19:15 +00:00
[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"