summaryrefslogtreecommitdiffstats
path: root/ipfs-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-cli/Cargo.toml')
-rw-r--r--ipfs-cli/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/ipfs-cli/Cargo.toml b/ipfs-cli/Cargo.toml
deleted file mode 100644
index 53a7601..0000000
--- a/ipfs-cli/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "ipfs-cli"
-description = "A CLI to interact with IPFS"
-authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
-edition = "2018"
-repository = "https://github.com/ferristseng/rust-ipfs-api"
-version = "0.4.1"
-readme = "../README.md"
-license = "MIT OR Apache-2.0"
-
-[dependencies]
-clap = "2.32"
-futures = "0.1"
-hyper = "0.12"
-ipfs-api = { path = "../ipfs-api" }