summaryrefslogtreecommitdiffstats
path: root/ipfs-cli/Cargo.toml
blob: e0a11e638ed77c88df1eca4c7566d13d9b47ecd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name                      = "ipfs-cli"
description               = "A CLI to interact with IPFS"
authors                   = ["Ferris Tseng <ferristseng@fastmail.fm>"]
repository                = "https://github.com/ferristseng/rust-ipfs-api"
version                   = "0.4.0"
readme                    = "../README.md"
license                   = "MIT OR Apache-2.0"

[dependencies]
clap                      = "2.27"
futures                   = "0.1"
hyper                     = "0.12"
ipfs-api                  = { path = "../ipfs-api" }