marine/examples/ipfs_node/Cargo.toml

12 lines
208 B
TOML
Raw Normal View History

2020-05-31 23:45:04 +00:00
[package]
name = "ipfs_node"
version = "0.1.0"
2020-05-31 23:45:04 +00:00
authors = ["Fluence Labs"]
edition = "2018"
2020-06-05 20:12:02 +00:00
[dependencies]
fluence-faas = { path = "../../fluence-faas" }
anyhow = "1.0.31"
2020-07-16 11:56:08 +00:00
log = "0.4.11"
env_logger = "0.7.1"