marine/examples/ipfs_node/wasm/ipfs_rpc/Cargo.toml
2020-07-11 23:04:55 +03:00

14 lines
257 B
TOML

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