marine/examples/ipfs-node/effector/Cargo.toml
2020-09-08 13:20:42 +03:00

14 lines
264 B
TOML

[package]
name = "ipfs-effector"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "ipfs_effector"
path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
log = "0.4.11"