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.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipfs-cli/Cargo.toml b/ipfs-cli/Cargo.toml
new file mode 100644
index 0000000..7b1cb70
--- /dev/null
+++ b/ipfs-cli/Cargo.toml
@@ -0,0 +1,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"