12 lines
208 B
TOML
Raw Normal View History

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