mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
12 lines
206 B
TOML
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"
|