summaryrefslogtreecommitdiffstats
path: root/ipfs-cli/Cargo.toml
blob: f7bcb2c90d4ea1fbc4eb556a2bff384b00188c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name                      = "ipfs-cli"
version                   = "0.4.0"
license                   = "MIT OR Apache-2.0"
authors                   = ["Ferris Tseng <ferristseng@fastmail.fm>"]

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