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

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